llvm-project/clang/unittests/Format
Manuel Klimek 9e32199861 Do not force linebreaks when MaxEmptyLinesToKeep is 0.
Previously we would format
 call(

     p);
as
 call(
     p);
with MaxEmptyLinesToKeep == 0.

Now we format it as:
  call(p);

llvm-svn: 243429
2015-07-28 15:50:24 +00:00
..
CMakeLists.txt clang-format: NFC. Move testing of selective formatting to a separate file. 2015-06-15 15:25:11 +00:00
FormatTest.cpp Do not force linebreaks when MaxEmptyLinesToKeep is 0. 2015-07-28 15:50:24 +00:00
FormatTestJS.cpp clang-format: [JS] Assign proper penalties when breaking a type annotation 2015-07-10 13:39:26 +00:00
FormatTestJava.cpp clang-format: [Java/JS] Properly support instanceof and its precedence. 2015-07-03 10:12:53 +00:00
FormatTestProto.cpp clang-format: [Proto] Handle enum bodies differently. 2015-07-16 14:25:43 +00:00
FormatTestSelective.cpp clang-format: NFC. Move testing of selective formatting to a separate file. 2015-06-15 15:25:11 +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