llvm-project/clang/lib/Format
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
..
CMakeLists.txt Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
Format.cpp Fix bug in formatting of nested initializers. 2013-02-03 18:07:15 +00:00
Makefile
TokenAnnotator.cpp Several improvements to the formatting of static initializers. 2013-01-31 14:59:26 +00:00
TokenAnnotator.h Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00
UnwrappedLineParser.cpp Never break inside something that was a preprocessor directive. 2013-01-31 15:58:48 +00:00
UnwrappedLineParser.h Move the token annotator into separate files. 2013-01-29 21:01:14 +00:00