hanchenye-llvm-project/clang/unittests/Format
Gerhard Gappmeier 6f605b8d0b [clang-format] Add PPIndentWidth option
This allows to set a different indent width for preprocessor statements.

Example:

 #ifdef __linux_
 # define FOO
 #endif

int main(void)
{
    return 0;
}

Differential Revision: https://reviews.llvm.org/D103286
2021-06-03 17:55:11 +02:00
..
CMakeLists.txt
CleanupTest.cpp
FormatTest.cpp [clang-format] Add PPIndentWidth option 2021-06-03 17:55:11 +02:00
FormatTestCSharp.cpp [clang-format] successive C# attributes cause line breaking issues 2021-05-29 16:43:55 +01:00
FormatTestComments.cpp [clang-format] Respect spaces in line comment section... 2021-03-01 21:28:14 +01:00
FormatTestJS.cpp clang-format: [JS] do not wrap after `asserts` 2021-04-21 16:33:55 +02:00
FormatTestJava.cpp
FormatTestObjC.cpp Bump googletest to 1.8.1 2021-05-14 17:20:06 +02:00
FormatTestProto.cpp
FormatTestRawStrings.cpp clang-format: use `pb` as a canonical raw string delimiter for google style 2021-03-09 09:07:14 +01:00
FormatTestSelective.cpp
FormatTestTableGen.cpp
FormatTestTextProto.cpp [clang-format] Fix handling of TextProto comments 2020-12-23 22:07:13 +01:00
FormatTestUtils.h
MacroExpanderTest.cpp [clang-format] [NFC] keep clang-format tests clang-format clean 2020-12-05 10:15:52 +00:00
NamespaceEndCommentsFixerTest.cpp [clang-format][PR47290] Add ShortNamespaceLines format option 2021-03-01 21:28:14 +01:00
SortImportsTestJS.cpp clang-format: [JS] handle "off" in imports 2021-04-30 14:18:52 +02:00
SortImportsTestJava.cpp [clang-format] Add case aware include sorting. 2021-02-02 15:12:27 +01:00
SortIncludesTest.cpp [Format] Don't sort includes if DisableFormat is true 2021-05-04 19:04:12 +01:00
TestLexer.h
TokenAnnotatorTest.cpp
UsingDeclarationsSorterTest.cpp