llvm-project/clang/unittests/Format
Daniel Jasper 308062bd0d clang-format: Make trailing commas in array inits force one per line.
Before:
  NSArray *array = @[ @"a", @"a", ];

After:
  NSArray *array = @[
    @"a",
    @"a",
  ];

llvm-svn: 230741
2015-02-27 08:41:05 +00:00
..
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
FormatTest.cpp clang-format: Make trailing commas in array inits force one per line. 2015-02-27 08:41:05 +00:00
FormatTestJS.cpp clang-format: [js] Support template strings. 2015-02-20 13:47:38 +00:00
FormatTestJava.cpp clang-format: [Java] Support try blocks with resources. 2015-01-14 10:48:41 +00:00
FormatTestProto.cpp clang-format: [Proto] Change formatting text-formatted options. 2014-10-27 13:25:59 +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