Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)Author
2022-10-07[HLSL] Remove global ctor/dtor variable for non-lib profile.Xiang Li
2022-10-06Thread safety analysis: Support copy-elided production of scoped capabilities...Aaron Puchert
2022-10-06Thread safety analysis: Handle additional cast in scoped capability constructionAaron Puchert
2022-10-06[PowerPC] Fix types for vcipher builtins.Stefan Pintilie
2022-10-06[clang][NFC] Remove extraneous normalized valueBill Wendling
2022-10-06[clang][NFC] Use enum for -fstrict-flex-arraysBill Wendling
2022-10-06[clang][test] Make headers unique to avoid linking issuesBen Langmuir
2022-10-06[NFC] Replace use of !isTranslationUnit && !isNamespace with !isFileContextErich Keane
2022-10-06[Format] Drop speculative test added in previous patch, it hits asserts?Sam McCall
2022-10-06[Format] Fix crash when hitting eof while lexing JS template stringSam McCall
2022-10-06[Clang] Fix using LTO with the new driver in RDC-modeJoseph Huber
2022-10-06[ASTMatchers][NFC] Fix wrong code ending command in documentation commentsoToToT
2022-10-06Silence a duplicate diagnostic about K&R C function definitionsAaron Ballman
2022-10-06[clang][C++20] Note github issue in the FIXME matching requires clause.Utkarsh Saxena
2022-10-06[C++20][Clang] P2468R2 The Equality Operator You Are Looking ForUtkarsh Saxena
2022-10-06[CodeGenCXX] Remove typed pointer check lines from test (NFC)Nikita Popov
2022-10-06[RelativeVTablesABI] Convert tests to opaque pointers (NFC)Nikita Popov
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-10-06Revert "Revert "[clang][Lex] Fix a crash on malformed string literals""Kadir Cetinkaya
2022-10-06[clang] Add Create method for CXXBoolLiteralExprDavid Spickett
2022-10-06[SourceManager] Improve getFileIDLoaded.Haojian Wu
2022-10-06[clang][Tooling] Move STL recognizer to its own libraryKadir Cetinkaya
2022-10-06[clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake optionNikita Popov
2022-10-06[clang-format][NFC] Clean up class HeaderIncludes and Format.cppowenca
2022-10-06[clang-offload-bundler] extracting compatible bundle entryYaxun (Sam) Liu
2022-10-06[clang][deps] Canonicalize module map pathBen Langmuir
2022-10-05Use inheriting ctors for OSTargetInfoDavid Blaikie
2022-10-05[clang] Update ModuleMap::getModuleMapFile* to use FileEntryRefBen Langmuir
2022-10-05[clang][ExtractAPI] Don't print locations for anonymous tagsZixu Wang
2022-10-05[clang/Sema] Fix non-deterministic order for certain kind of diagnosticsArgyrios Kyrtzidis
2022-10-05[OpenMP] Make the exec_mode global have protected visibilityJoseph Huber
2022-10-05Revert "[flang] Add -fpass-plugin option to Flang frontend"Mats Petersson
2022-10-05[Sema][ObjC] Fix assertion failure in getCommonNonSugarTypeNodeAkira Hatanaka
2022-10-05Fix SourceManager::isBeforeInTranslationUnit bug with token-pastingSam McCall
2022-10-05[HLSL] Support register binding attribute on global variableXiang Li
2022-10-05[Syntax] Fix macro-arg handling in TokenBuffer::spelledForExpandedSam McCall
2022-10-05[Index] USRGeneration doesn't depend on unnamed.printName() => ''. NFCSam McCall
2022-10-05[clang][Sema] Fix crash on invalid base destructorKadir Cetinkaya
2022-10-05[Clang][OpenMP] Only check value if the expression is not instantiation depen...Shilei Tian
2022-10-05Fix clang baremetal testMikhail Goncharov
2022-10-05Revert "[clang][Lex] Fix a crash on malformed string literals"Kadir Cetinkaya
2022-10-05[clang][Lex] Fix a crash on malformed string literalsKadir Cetinkaya
2022-10-05[clang-format] Handle C# interpolated verbatim string prefix @$owenca
2022-10-05Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-10-05[flang] Add -fpass-plugin option to Flang frontendTarun Prabhu
2022-10-05[NFC] Fix warning wiht parens in assert from 1376c7Erich Keane
2022-10-04MSVC ABI: Looks like even non-aarch64 uses the MSVC/14 definition for pod/agg...David Blaikie
2022-10-04MSVC AArch64 ABI: Homogeneous aggregatesDavid Blaikie
2022-10-04[clang] fix generation of .debug_aranges with LTOAzat Khuzhin
2022-10-04[Clang] fix -Wvoid-ptr-dereference for gnu89Nick Desaulniers