..
ARCMigrate
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
2017-06-03 06:23:19 +00:00
AST
[OpenCL] Fix layering violation by getOpenCLTypeAddrSpace
2017-12-06 10:11:28 +00:00
ASTMatchers
Add the hasDefinition() AST matcher to match class declarations that also have a definition.
2017-11-29 21:21:51 +00:00
Analysis
[analyzer] Teach RetainCountChecker about CoreMedia APIs
2017-11-25 14:57:42 +00:00
Basic
[OpenCL] Fix layering violation by getOpenCLTypeAddrSpace
2017-12-06 10:11:28 +00:00
CodeGen
Fix PR35542: Correct adjusting of private reduction variable
2017-12-06 19:15:28 +00:00
CrossTU
[CrossTU] Fix handling of Cross Translation Unit directory path
2017-10-27 12:53:37 +00:00
Driver
[WebAssembly] Pass through --undefined to Wasm LLD
2017-12-02 23:11:13 +00:00
Edit
[clang] Fix format specifiers fixits for nested macros
2017-06-20 20:46:58 +00:00
Format
Now that C++17 is official ( https://www.iso.org/standard/68564.html ), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
2017-12-04 20:27:34 +00:00
Frontend
Add __WINT_MAX__.
2017-12-05 09:13:18 +00:00
FrontendTool
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER)
2017-10-18 05:21:17 +00:00
Headers
[NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nvvm_fns builtin in clang.
2017-12-06 17:50:05 +00:00
Index
[index] tag declarations should use the decl role instead of ref
2017-11-09 20:50:59 +00:00
Lex
Stringizing raw string literals containing newline
2017-12-06 17:00:53 +00:00
Parse
Now that C++17 is official ( https://www.iso.org/standard/68564.html ), start changing the C++1z terminology over to C++17. NFC intended, these are all mechanical changes.
2017-12-04 20:27:34 +00:00
Rewrite
[Analyzer] Add support for displaying cross-file diagnostic paths in HTML output
2017-08-03 18:12:22 +00:00
Sema
Delete special-case "out-of-range" handling for bools, and just use the normal
2017-12-06 19:23:19 +00:00
Serialization
Generalize "static data member instantiated" notification to cover variable templates too.
2017-12-05 01:31:47 +00:00
StaticAnalyzer
[analyzer] do not crash on cases where an array subscript is an rvalue
2017-12-05 21:19:59 +00:00
Tooling
[Tooling] Acknowledge that many CompilationDatabases don't support enumeration.
2017-11-24 12:13:55 +00:00
CMakeLists.txt
Add Cross Translation Unit support library
2017-09-22 11:11:01 +00:00