llvm-project/clang/lib
Daniel Jasper 1ca05ccf68 Fix bug in formatting of nested initializers.
We can now format:
SomeArrayOfSomeType a = { { { 1, 2, 3 } }, { { 1, 2, 3 } },
                          { { 111111111111111111111111111111,
                              222222222222222222222222222222,
                              333333333333333333333333333333 } },
                          { { 1, 2, 3 } }, { { 1, 2, 3 } } };

Before, we did strange things there.

llvm-svn: 174291
2013-02-03 18:07:15 +00:00
..
ARCMigrate Re-sort all the headers. Lots of regressions have crept in here. 2013-01-19 08:09:44 +00:00
AST Remove unneeded const_casts 2013-02-03 16:10:26 +00:00
ASTMatchers Re-design the convenience interfaces on MatchFinder. 2013-02-01 13:41:35 +00:00
Analysis [analyzer] Always inline functions with bodies generated by BodyFarm. 2013-02-02 00:30:04 +00:00
Basic Add some missing PPC cpus 2013-02-01 20:23:10 +00:00
CodeGen CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind. 2013-02-03 17:44:25 +00:00
Driver Add some missing PPC cpus 2013-02-01 20:23:10 +00:00
Edit Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) 2013-01-20 12:31:11 +00:00
Format Fix bug in formatting of nested initializers. 2013-02-03 18:07:15 +00:00
Frontend For ModuleLoader::makeModuleVisible() also pass the source location where the 2013-02-01 16:36:12 +00:00
FrontendTool use early returns to simplify and de-nest 2013-01-06 07:49:41 +00:00
Headers C11: Provide the missing half of <stdalign.h> 2013-01-30 06:33:54 +00:00
Lex Introduce SourceManager::PredefinesFileID, to allow each checking of whether 2013-02-01 16:36:07 +00:00
Parse Micro change: moved '{' for better readability (+don't confuse -Wimplicit-fallthrough) 2013-02-01 18:28:04 +00:00
Rewrite Rework the traversal of Objective-C categories and extensions to 2013-01-16 23:00:23 +00:00
Sema PR15132: Replace "address expression must be an lvalue or a function 2013-02-02 02:14:45 +00:00
Serialization Merge "special" types from different modules in the AST reader. 2013-02-01 23:45:03 +00:00
StaticAnalyzer Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." 2013-02-02 05:15:53 +00:00
Tooling Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00