llvm-project/clang/lib
Petr Hosek b31582b196 Enable AddressSanitizer for Fuchsia targets
Patch by Roland McGrath

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

llvm-svn: 309999
2017-08-03 23:02:22 +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 Define _GNU_SOURCE for RTEMS c++ 2017-08-02 14:36:52 +00:00
CodeGen [coverage] Special-case calls to noreturn functions. 2017-08-03 22:27:36 +00:00
Driver Enable AddressSanitizer for Fuchsia targets 2017-08-03 23:02:22 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protos 2017-08-03 14:17:29 +00:00
Frontend Use "foo-12345.o" instead of "foo.o-12345" as temporary file name. 2017-08-03 21:06:36 +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 Update for llvm change. 2017-08-02 20:32:35 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema Don't emit undefined-internal warnings for CXXDeductionGuideDecls. 2017-08-03 19:24:27 +00:00
Serialization Recommit r308327 3rd time: Add a warning for missing 2017-07-28 14:41:21 +00:00
StaticAnalyzer [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Tooling [rename] NFC, extract symbol canonicalization logic into function 2017-08-02 14:15:27 +00:00
CMakeLists.txt