llvm-project/clang/lib/Format
Daniel Jasper 66e4f83c07 When breaking at function calls, indent from function name.
Otherwise (when indenting from the wrapped -> or .), this looks
like a confusing indent.

Before:
aaaaaaa        //
    .aaaaaaa( //
        aaaaaaa);
After:
aaaaaaa        //
    .aaaaaaa( //
         aaaaaaa);

llvm-svn: 181595
2013-05-10 13:37:16 +00:00
..
BreakableToken.cpp Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
BreakableToken.h Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
CMakeLists.txt Unified token breaking logic for strings and block comments. 2013-04-15 14:28:00 +00:00
Format.cpp When breaking at function calls, indent from function name. 2013-05-10 13:37:16 +00:00
Makefile
TokenAnnotator.cpp Fix bug when formatting overloaded operators. 2013-05-10 07:59:58 +00:00
TokenAnnotator.h Fix bug when formatting overloaded operators. 2013-05-10 07:59:58 +00:00
UnwrappedLineParser.cpp Revamps structural error detection / handling. 2013-04-12 14:13:36 +00:00
UnwrappedLineParser.h Unified token breaking logic: support for line comments. 2013-04-17 17:34:05 +00:00
WhitespaceManager.cpp Add option to align escaped newlines left. 2013-04-25 08:56:26 +00:00
WhitespaceManager.h Add option to align escaped newlines left. 2013-04-25 08:56:26 +00:00