llvm-project/clang/unittests/Format
Daniel Jasper 775954be1e clang-format: Don't wrap after short first segments of builder calls.
Before:
  a()
      .aaaaa()
      .aaaaa()
      .aaaaa();

After:
  a().aaaaa()
      .aaaaa()
      .aaaaa();

llvm-svn: 235707
2015-04-24 10:08:09 +00:00
..
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
FormatTest.cpp clang-format: Don't wrap after short first segments of builder calls. 2015-04-24 10:08:09 +00:00
FormatTestJS.cpp clang-format: [JS] handle comments in template strings. 2015-04-16 08:20:51 +00:00
FormatTestJava.cpp clang-format: Indent relative to the ./-> and not the function name. 2015-04-07 06:41:24 +00:00
FormatTestProto.cpp clang-format: [Proto] Don't linewrap top-level options. 2015-04-23 09:54:10 +00:00
FormatTestUtils.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Makefile Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00