llvm-project/clang/lib/Format
Daniel Jasper 4ad4235986 Improve indentation after breaking at nested name specifiers.
These always represent a continuation and we should increase the ident.

Before:
aaaaaaaaa(aaaaaaaaaaaaaaaaaaaaa::
          aaaaaaaaaaaaaaaaaaaa);

After:
aaaaaaaaa(aaaaaaaaaaaaaaaaaaaaa::
              aaaaaaaaaaaaaaaaaaaa);

llvm-svn: 173675
2013-01-28 07:43:15 +00:00
..
CMakeLists.txt
Format.cpp Improve indentation after breaking at nested name specifiers. 2013-01-28 07:43:15 +00:00
Makefile
UnwrappedLineParser.cpp Fix handling of macro definitions. 2013-01-23 14:37:36 +00:00
UnwrappedLineParser.h Allow us to better guess the context of an unwrapped line. 2013-01-23 09:32:48 +00:00