llvm-project/clang/lib/Format
Daniel Jasper 20b09efabb Several small changes in formatting decisions.
1. Use a hanging ident for function calls nested in binary expressions.
   E.g.:
   int aaaaa = aaaaaaaaa && aaaaaaaaaa(
                                aaaaaaaaaa);

2. Slightly improve heuristic for builder type expressions and reduce
   penalty for breaking before "." and "->" in those.

3. Remove  mostly obsolete metric of decreasing indent level. This
   fixes: llvm.org/PR14931.

Changes #1 and #2 were necessary to keep tests passing after #3.

llvm-svn: 173680
2013-01-28 09:35:24 +00:00
..
CMakeLists.txt
Format.cpp Several small changes in formatting decisions. 2013-01-28 09:35:24 +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