llvm-project/clang/lib
Richard Smith de229235b9 Implement DR1270: braces can be elided in all aggregate initialization, not
just copy-list-initialization in a variable declaration. This effectively
reverts r142147.

llvm-svn: 183397
2013-06-06 11:41:05 +00:00
..
ARCMigrate Cleanup handling of UniqueExternalLinkage. 2013-05-13 00:12:11 +00:00
AST When a static storage duration temporary appears in a constant expression, it 2013-06-06 08:19:16 +00:00
ASTMatchers Parser/Registry argument enhancements. 2013-06-04 15:46:22 +00:00
Analysis Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully covered 2013-06-04 17:38:44 +00:00
Basic Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337> 2013-06-03 23:57:13 +00:00
CodeGen PR14763: Debug info for non-trivial record parameters 2013-06-05 18:30:31 +00:00
Driver If we're splitting the dwarf for fission and don't want to use the 2013-06-05 23:58:15 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Fix clang-format's expression parser for leading }s. 2013-06-06 09:11:58 +00:00
Frontend Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Add arm_neon.h to the builtin intrinsics module map. 2013-05-20 14:07:18 +00:00
Lex [Preprocessor] Prevent expansion of y in x ## y when x is empty 2013-05-25 01:35:18 +00:00
Parse Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
Rewrite Added Lexer::getBufferEnd(). 2013-06-04 16:58:03 +00:00
Sema Implement DR1270: braces can be elided in all aggregate initialization, not 2013-06-06 11:41:05 +00:00
Serialization Model temporary lifetime-extension explicitly in the AST. Use this model to 2013-06-05 00:46:14 +00:00
StaticAnalyzer [analyzer] Improve debug output for PathDiagnosticPieces. 2013-06-06 01:57:19 +00:00
Tooling Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved from the compilation database. 2013-06-05 11:33:11 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00