hanchenye-llvm-project/clang/lib
Petr Hosek c765035583 [Driver] Disable static C++ library support on Fuchsia
Don't support or build static C++ libraries for Fuchsia.

Differential Revision: https://reviews.llvm.org/D36202

llvm-svn: 309778
2017-08-02 01:18:02 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [clang] Change the condition of unnecessary packed warning 2017-08-01 21:41:39 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Revert "Thread Safety Analysis: fix assert_capability." 2017-08-01 19:53:31 +00:00
Basic [x86][inline-asm]Allow a pack of Control Debug to be properly picked 2017-08-01 10:51:09 +00:00
CodeGen Fix creating bitcasts with wrong address space 2017-08-01 20:36:57 +00:00
Driver [Driver] Disable static C++ library support on Fuchsia 2017-08-02 01:18:02 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] no whitespace between typeof operator and l_paren. 2017-08-01 17:42:16 +00:00
Frontend [sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table 2017-07-28 00:10:10 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [Headers][Darwin] Allow #include_next<float.h> to work on Darwin prior to 10.7 2017-08-01 22:10:36 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex PR33902: Invalidate line number cache when adding more text to existing buffer. 2017-07-30 06:31:29 +00:00
Parse Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema Revert "Thread Safety Analysis: fix assert_capability." 2017-08-01 19:53:31 +00:00
Serialization Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
StaticAnalyzer [StaticAnalyzer] LoopUnrolling - Attempt #2 to fix a crash in r309006. 2017-07-25 23:49:16 +00:00
Tooling [clang-diff] Renames, NFC 2017-08-01 20:17:46 +00:00
CMakeLists.txt