hanchenye-llvm-project/clang/lib
Dan Albert b2c5cab133 [Driver] Reland again again: Default Android toolchains to libc++.
Landed more fixes to the compiler-rt Android tests.

Original review was https://reviews.llvm.org/D53109.

llvm-svn: 346167
2018-11-05 20:57:46 +00:00
..
ARCMigrate Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
AST Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type" 2018-11-03 02:23:33 +00:00
ASTMatchers Add the isStaticLocal() AST matcher for matching on local static variables. 2018-10-29 13:47:56 +00:00
Analysis [coroutines] Fix fallthrough warning on try/catch 2018-11-03 22:35:17 +00:00
Basic Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
CodeGen Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type" 2018-11-03 02:23:33 +00:00
CrossTU
Driver [Driver] Reland again again: Default Android toolchains to libc++. 2018-11-05 20:57:46 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [Format] Add debugging to ObjC language guesser 2018-11-05 16:59:33 +00:00
Frontend Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" 2018-11-05 12:46:02 +00:00
FrontendTool [analyzer] New flag to print all -analyzer-config options 2018-11-02 15:59:37 +00:00
Headers [COFF, ARM64] Implement InterlockedExchange*_* builtins 2018-11-02 21:18:23 +00:00
Index Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Lex Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" 2018-11-05 12:46:02 +00:00
Parse Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
Rewrite Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Sema Add /Zc:DllexportInlines option to clang-cl 2018-11-03 06:45:00 +00:00
Serialization Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 2018-11-02 12:18:11 +00:00
StaticAnalyzer [analyzer] Restrict AnalyzerOptions' interface so that non-checker objects have to be registered 2018-11-05 03:50:37 +00:00
Tooling [Tooling] Correct the total number of files being processed when `filter` is provided. 2018-11-05 15:08:00 +00:00
CMakeLists.txt