..
ARCMigrate
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
2017-06-03 06:23:19 +00:00
AST
Serialize the IDNS for a UsingShadowDecl rather than recomputing it.
2018-01-06 01:07:05 +00:00
ASTMatchers
Remove creation of out-of-bounds value of enumeration type (resulting in UB).
2017-12-08 23:29:59 +00:00
Analysis
[AST] Inline CompoundStmt contents into the parent allocation.
2017-12-24 16:24:20 +00:00
Basic
Fix TLS support check for Darwin 32-bit simulator targets.
2018-01-05 20:20:03 +00:00
CodeGen
No -fsanitize=function warning when calling noexcept function through non-noexcept pointer in C++17
2018-01-05 07:57:12 +00:00
CrossTU
[CrossTU] Fix handling of Cross Translation Unit directory path
2017-10-27 12:53:37 +00:00
Driver
[Driver] Suggest correctly spelled driver options
2018-01-06 00:25:40 +00:00
Edit
[clang] Fix format specifiers fixits for nested macros
2017-06-20 20:46:58 +00:00
Format
Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC style"
2017-12-14 21:44:11 +00:00
Frontend
[Driver] Suggest correctly spelled driver options
2018-01-06 00:25:40 +00:00
FrontendTool
[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER)
2017-10-18 05:21:17 +00:00
Headers
[DOXYGEN] Fix doxygen and content issues in smmintrin.h
2018-01-02 20:45:29 +00:00
Index
[Index] Reduce size of SymbolInfo struct.
2017-12-23 19:31:24 +00:00
Lex
Preserve unknown STDC pragma through preprocessor
2018-01-05 22:45:03 +00:00
Parse
Preserve unknown STDC pragma through preprocessor
2018-01-05 22:45:03 +00:00
Rewrite
[analyzer] Add Javascript to analyzer HTML output to allow keyboard navigation.
2017-12-21 22:57:51 +00:00
Sema
When name lookup finds a non-imported declaration and looks back along the
2018-01-06 00:09:23 +00:00
Serialization
Serialize the IDNS for a UsingShadowDecl rather than recomputing it.
2018-01-06 01:07:05 +00:00
StaticAnalyzer
[analyzer] do not crash with assertion on processing locations of bodyfarmed functions
2018-01-02 23:05:47 +00:00
Tooling
Add a tool executor that runs actions on all TUs in the compilation database.
2018-01-05 10:32:16 +00:00
CMakeLists.txt
Add Cross Translation Unit support library
2017-09-22 11:11:01 +00:00