llvm-project/clang/unittests/Format
Nico Weber 2cd92f1cc7 clang-format/java: Break after annotations on fields in Chromium style.
Chromium follows the Android style guide for Java code, and that doesn't make
the distinction between fields and non-fields that the Google Java style guide
makes:

https://source.android.com/source/code-style.html#use-standard-java-annotations
https://google.github.io/styleguide/javaguide.html#s4.8.5-annotations

llvm-svn: 250422
2015-10-15 16:03:01 +00:00
..
CMakeLists.txt clang-format: Add initial #include sorting capabilities. 2015-09-23 08:30:47 +00:00
FormatTest.cpp clang-format: Fixed typecast getting put on a separate line from the 2015-10-12 03:19:07 +00:00
FormatTestJS.cpp clang-format: [JS] handle character classes in regexes. 2015-10-12 03:13:48 +00:00
FormatTestJava.cpp clang-format/java: Break after annotations on fields in Chromium style. 2015-10-15 16:03:01 +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
SortIncludesTest.cpp clang-format: Extend #include sorting functionality 2015-09-29 07:53:08 +00:00