llvm-project/clang/lib
Michael Liao d142ec6fef Fix compilation warning. NFC. 2019-11-04 10:01:50 -05:00
..
ARCMigrate Removed some questionable default arguments from setters 2019-09-12 12:16:43 +00:00
AST Remove unneeded template alias, causes issues with some MSVC version 2019-10-31 14:20:54 -07:00
ASTMatchers [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Analysis Thread safety analysis: Peel away NoOp implicit casts in initializers 2019-10-30 00:37:32 +01:00
Basic [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
CodeGen [opaque pointer types] Add element type argument to IRBuilder CreatePreserveStructAccessIndex and CreatePreserveArrayAccessIndex 2019-11-03 10:27:18 -08:00
CrossTU [CrossTU] Fix problem with CrossTU AST load limit and progress messages. 2019-08-12 07:15:29 +00:00
DirectoryWatcher [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
Driver Fix compilation warning. NFC. 2019-11-04 10:01:50 -05:00
Edit [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast 2019-07-02 18:28:13 +00:00
Format [clang-format] Fix SpacesInSquareBrackets for Lambdas with Initial "&ref" Parameter 2019-10-31 11:08:05 -04:00
Frontend clang/Modules: Sink CompilerInstance::KnownModules into ModuleMap 2019-11-03 19:57:33 -08:00
FrontendTool [analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers 2019-09-12 18:53:48 +00:00
Headers [Headers] Fix compatibility between arm_acle.h and intrin.h 2019-10-29 14:52:56 -07:00
Index [clang][Index] Replace CodegenNameGenerator with ASTNameGenerator 2019-09-05 20:33:52 +00:00
Lex ModuleMap::findHeader - fix null dereference warning. NFCI. 2019-11-03 11:33:57 +00:00
Parse [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
Rewrite [Rewrite][NFC] Add FIXMEs and tests for RemoveLineIfEmpty bug 2019-08-15 21:17:48 +00:00
Sema [OpenCL] Fix address space for const method call from nonconst (PR43145) 2019-11-04 13:12:17 +00:00
Serialization [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
StaticAnalyzer [clang][analyzer] Using CallDescription in StreamChecker. 2019-10-31 12:38:50 +01:00
Tooling [clang][ScanDeps] Fix issue with multiple commands with the same input. 2019-10-31 14:22:01 -07:00
CMakeLists.txt Reland [clang] DirectoryWatcher 2019-07-12 20:34:10 +00:00