llvm-project/clang/unittests/Format
Daniel Jasper d2629dc812 clang-format: Extend header sort category implementation.
Specifically, it is sometimes necessary to keep certain #includes as
the first #include, even before the main #include for a .cc file.
Switching the category to be signed instead of unsigned isn't ideal,
but it seems as good of an option as any and is fully backwards
compatible.

llvm-svn: 255757
2015-12-16 10:10:16 +00:00
..
CMakeLists.txt clang-format: Add initial #include sorting capabilities. 2015-09-23 08:30:47 +00:00
FormatTest.cpp clang-format: Add test for AlignAfterOpenBracket = AlwaysBreak in C++. 2015-12-14 08:41:18 +00:00
FormatTestJS.cpp clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty" 2015-11-20 16:44:28 +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] Support extending message. 2015-11-20 14:32:54 +00:00
FormatTestSelective.cpp clang-format: Simplify and improve stop condition for formatting 2015-11-02 20:02:49 +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 header sort category implementation. 2015-12-16 10:10:16 +00:00