llvm-project/clang/unittests/Format
Daniel Jasper a3cd216483 clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0.
Before:
  aaaa[bbbb]
      .cccc();

After:
  aaaa[bbbb].cccc();

llvm-svn: 257763
2016-01-14 13:36:46 +00:00
..
CMakeLists.txt clang-format: Add initial #include sorting capabilities. 2015-09-23 08:30:47 +00:00
FormatTest.cpp clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0. 2016-01-14 13:36:46 +00:00
FormatTestJS.cpp clang-format: [JS] Fix incorrect line break leading to semicolon insertion. 2016-01-14 05:37:52 +00:00
FormatTestJava.cpp clang-format: [JS] "operator" is not a keyword in Java/JavaScript. 2015-12-22 15:47:56 +00:00
FormatTestProto.cpp clang-format: [Proto] Basic support for options with <> for repeated fields. 2016-01-04 07:28:12 +00:00
FormatTestSelective.cpp clang-format: Improve selective comment formatting. 2016-01-09 15:56:53 +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
SortIncludesTest.cpp clang-format: Only consider the first #include that looks right to be 2015-12-21 17:28:24 +00:00