hanchenye-llvm-project/clang/unittests/Format
Daniel Jasper e9ab42df0c clang-format: [Java] Improve line breaks around annotations.
Before:
  @SomeAnnotation("With some really looooooooooooooong text") private static final
      long something = 0L;

  void SomeFunction(@Nullable
                    String something) {}

After:
  @SomeAnnotation("With some really looooooooooooooong text")
  private static final long something = 0L;

  void SomeFunction(@Nullable String something) {}

llvm-svn: 220984
2014-10-31 18:23:49 +00:00
..
CMakeLists.txt Refactor libTooling to reduce required dependencies. 2014-10-29 18:55:09 +00:00
FormatTest.cpp clang-format: [js] Updates to Google's JavaScript style. 2014-10-31 17:50:40 +00:00
FormatTestJS.cpp clang-format: [js] Updates to Google's JavaScript style. 2014-10-31 17:50:40 +00:00
FormatTestJava.cpp clang-format: [Java] Improve line breaks around annotations. 2014-10-31 18:23:49 +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