llvm-project/clang/lib/Format
Daniel Jasper 4d7a97adfc clang-format: Slightly adapt line break in edge case.
Before:
  SomeMap[std::pair(aaaaaaaaaaaa, bbbbbbbbbbbbbbb)]
      .insert(ccccccccccccccccccccccc);

After:
  SomeMap[std::pair(aaaaaaaaaaaa, bbbbbbbbbbbbbbb)].insert(
      ccccccccccccccccccccccc);

This seems to be about 3:1 more common in Google and Chromium style and I found
only a handful of instances inside the LLVM codebase.

llvm-svn: 198924
2014-01-10 08:40:17 +00:00
..
BreakableToken.cpp clang-format: Add @s when breaking NSString literals. 2014-01-09 14:18:12 +00:00
BreakableToken.h Remove extra whitespace instead of breaking the line in comments when possible. 2013-11-12 17:50:13 +00:00
CMakeLists.txt [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
ContinuationIndenter.cpp clang-format: Add @s when breaking NSString literals. 2014-01-09 14:18:12 +00:00
ContinuationIndenter.h Added an option to avoid splitting certain kinds of comments into lines. 2014-01-02 15:13:14 +00:00
Encoding.h Fix crash in getStringSplit. 2013-11-26 10:38:53 +00:00
Format.cpp Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
FormatToken.cpp clang-format: Some tweaks to braces list formatting: 2014-01-09 13:42:56 +00:00
FormatToken.h clang-format: Some tweaks to braces list formatting: 2014-01-09 13:42:56 +00:00
Makefile
TokenAnnotator.cpp clang-format: Slightly adapt line break in edge case. 2014-01-10 08:40:17 +00:00
TokenAnnotator.h clang-format: Improve selective formatting of nested statements. 2013-11-28 15:58:55 +00:00
UnwrappedLineParser.cpp clang-format: Don't hang forever when encountering a stray "}" in an @implementation block. 2014-01-08 15:59:42 +00:00
UnwrappedLineParser.h Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
WhitespaceManager.cpp clang-format: Improve clang-format's detection about comment binding. 2013-11-08 23:31:14 +00:00
WhitespaceManager.h Fix a tranche of comment, test and doc typos 2013-12-05 16:25:25 +00:00