llvm-project/clang/lib
Tim Northover 8fbb4c40b3 Lexer: always allow imaginary constants in GNU mode.
llvm-svn: 310423
2017-08-08 22:03:54 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST PR19668, PR23034: Fix handling of move constructors and deleted copy 2017-08-08 19:12:28 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis Reland "Thread Safety Analysis: fix assert_capability." 2017-08-08 19:44:34 +00:00
Basic [X86] Support 'avx5124vnniw' and 'avx5124fmaps' for __builtin_cpu_supports. 2017-08-08 17:43:44 +00:00
CodeGen [codeview] Emit nested enums and typedefs from classes 2017-08-08 20:30:14 +00:00
Driver [sanitizer-coverage] -fsanitize-coverage=bb,inline-8bit-counters 2017-08-08 20:20:40 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] fix union type spacing in object & array types. 2017-08-08 15:00:58 +00:00
Frontend Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary file name. 2017-08-08 16:21:23 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers [OpenCL] Remove extra select functions from opencl-c.h 2017-08-05 02:23:47 +00:00
Index [index] Set SymbolSubKind::Accessor[GS]etter on class methods 2017-07-21 23:04:27 +00:00
Lex Lexer: always allow imaginary constants in GNU mode. 2017-08-08 22:03:54 +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 Thread Safety Analysis: warn on nonsensical attributes. 2017-08-08 19:44:35 +00:00
Serialization PR19668, PR23034: Fix handling of move constructors and deleted copy 2017-08-08 19:12:28 +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