llvm-project/clang/lib
Reid Kleckner ea2683ecb8 Fix inaccurate comment about -fdelayed-template-parsing and MSVC
llvm-svn: 311899
2017-08-28 17:59:24 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [c++2a] P0683R1: Permit default member initializers for bit-fields. 2017-08-28 00:28:14 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [analyzer] Make StmtDataCollector customizable 2017-08-23 16:28:26 +00:00
Basic [Basic] Add a DiagnosticError llvm::ErrorInfo subclass 2017-08-25 15:48:00 +00:00
CodeGen Revert r311857 "Emit static constexpr member as available_externally definition" 2017-08-28 17:53:00 +00:00
Driver Fix inaccurate comment about -fdelayed-template-parsing and MSVC 2017-08-28 17:59:24 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used for 2017-08-25 19:14:53 +00:00
Frontend Add flag to request Clang is ABI-compatible with older versions of itself 2017-08-26 01:04:35 +00:00
FrontendTool Update after LLVM change r309087 2017-07-26 09:10:17 +00:00
Headers Headers: explicitly specify double-word alignment 2017-08-23 16:57:55 +00:00
Index Print enum constant values using the original source formatting 2017-08-17 13:41:55 +00:00
Lex [Preprocessor] Correct internal token parsing of newline characters in CRLF 2017-08-24 18:36:07 +00:00
Parse [c++2a] P0683R1: Permit default member initializers for bit-fields. 2017-08-28 00:28:14 +00:00
Rewrite [Analyzer] Add support for displaying cross-file diagnostic paths in HTML output 2017-08-03 18:12:22 +00:00
Sema revert changes from r311851. 2017-08-27 19:00:08 +00:00
Serialization [c++2a] P0683R1: Permit default member initializers for bit-fields. 2017-08-28 00:28:14 +00:00
StaticAnalyzer [StaticAnalyzer] LoopUnrolling: Keep track the maximum number of steps for each loop 2017-08-28 10:50:28 +00:00
Tooling [refactor] initial support for refactoring action rules 2017-08-28 11:12:05 +00:00
CMakeLists.txt