Home
last modified time | relevance | path

Searched defs:SortIncludesTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/unittests/Format/
H A DSortIncludesTest.cpp21 class SortIncludesTest : public test::FormatTestBase { class
55 TEST_F(SortIncludesTest, BasicSorting) { in TEST_F() argument
72 TEST_F(SortIncludesTest, TrailingComments) { in TEST_F() argument
87 TEST_F(SortIncludesTest, SortedIncludesUsingSortPriorityAttribute) { in TEST_F() argument
144 TEST_F(SortIncludesTest, SortPriorityNotDefined) { in TEST_F() argument
158 TEST_F(SortIncludesTest, NoReplacementsForValidIncludes) { in TEST_F() argument
169 TEST_F(SortIncludesTest, MainFileHeader) { in TEST_F() argument
186 TEST_F(SortIncludesTest, SortedIncludesInMultipleBlocksAreMerged) { in TEST_F() argument
208 TEST_F(SortIncludesTest, SupportClangFormatOf argument
248 TEST_F(SortIncludesTest,SupportClangFormatOffCStyle) TEST_F() argument
286 TEST_F(SortIncludesTest,IncludeSortingCanBeDisabled) TEST_F() argument
297 TEST_F(SortIncludesTest,MixIncludeAndImport) TEST_F() argument
306 TEST_F(SortIncludesTest,FixTrailingComments) TEST_F() argument
315 TEST_F(SortIncludesTest,LeadingWhitespace) TEST_F() argument
332 TEST_F(SortIncludesTest,TrailingWhitespace) TEST_F() argument
343 TEST_F(SortIncludesTest,GreaterInComment) TEST_F() argument
352 TEST_F(SortIncludesTest,SortsLocallyInEachBlock) TEST_F() argument
364 TEST_F(SortIncludesTest,SortsAllBlocksWhenMerging) TEST_F() argument
375 TEST_F(SortIncludesTest,CommentsAlwaysSeparateGroups) TEST_F() argument
406 TEST_F(SortIncludesTest,HandlesAngledIncludesAsSeparateBlocks) TEST_F() argument
437 TEST_F(SortIncludesTest,RegroupsAngledIncludesInSeparateBlocks) TEST_F() argument
450 TEST_F(SortIncludesTest,HandlesMultilineIncludes) TEST_F() argument
460 TEST_F(SortIncludesTest,HandlesTrailingCommentsWithAngleBrackets) TEST_F() argument
474 TEST_F(SortIncludesTest,LeavesMainHeaderFirst) TEST_F() argument
550 TEST_F(SortIncludesTest,LeavesMainHeaderFirstInAdditionalExtensions) TEST_F() argument
601 TEST_F(SortIncludesTest,RecognizeMainHeaderInAllGroups) TEST_F() argument
615 TEST_F(SortIncludesTest,MainHeaderIsSeparatedWhenRegroupping) TEST_F() argument
630 TEST_F(SortIncludesTest,SupportOptionalCaseSensitiveSorting) TEST_F() argument
673 TEST_F(SortIncludesTest,SupportCaseInsensitiveMatching) TEST_F() argument
696 TEST_F(SortIncludesTest,SupportOptionalCaseSensitiveMachting) TEST_F() argument
746 TEST_F(SortIncludesTest,NegativePriorities) TEST_F() argument
767 TEST_F(SortIncludesTest,PriorityGroupsAreSeparatedWhenRegroupping) TEST_F() argument
796 TEST_F(SortIncludesTest,CalculatesCorrectCursorPosition) TEST_F() argument
809 TEST_F(SortIncludesTest,CalculatesCorrectCursorPositionWithRegrouping) TEST_F() argument
824 TEST_F(SortIncludesTest,CalculatesCorrectCursorPositionWhenNoReplacementsWithRegroupingAndCRLF) TEST_F() argument
848 TEST_F(SortIncludesTest,CalculatesCorrectCursorPositionWhenRemoveLinesReplacementsWithRegroupingAndCRLF) TEST_F() argument
940 TEST_F(SortIncludesTest,DeduplicateIncludes) TEST_F() argument
976 TEST_F(SortIncludesTest,SortAndDeduplicateIncludes) TEST_F() argument
1012 TEST_F(SortIncludesTest,CalculatesCorrectCursorPositionAfterDeduplicate) TEST_F() argument
1035 TEST_F(SortIncludesTest,DeduplicateLocallyInEachBlock) TEST_F() argument
1049 TEST_F(SortIncludesTest,ValidAffactedRangesAfterDeduplicatingIncludes) TEST_F() argument
1064 TEST_F(SortIncludesTest,DoNotSortLikelyXml) TEST_F() argument
1076 TEST_F(SortIncludesTest,DoNotOutputReplacementsForSortedBlocksWithRegrouping) TEST_F() argument
1084 TEST_F(SortIncludesTest,DoNotOutputReplacementsForSortedBlocksWithRegroupingWindows) TEST_F() argument
1093 TEST_F(SortIncludesTest,MainIncludeChar) TEST_F() argument
1117 TEST_F(SortIncludesTest,MainIncludeCharAnyPickQuote) TEST_F() argument
1128 TEST_F(SortIncludesTest,MainIncludeCharAnyPickAngleBracket) TEST_F() argument
1139 TEST_F(SortIncludesTest,MainIncludeCharQuoteAndRegroup) TEST_F() argument
1169 TEST_F(SortIncludesTest,MainIncludeCharAngleBracketAndRegroup) TEST_F() argument
1199 TEST_F(SortIncludesTest,DoNotRegroupGroupsInGoogleObjCStyle) TEST_F() argument
1210 TEST_F(SortIncludesTest,DoNotTreatPrecompiledHeadersAsFirstBlock) TEST_F() argument
1249 TEST_F(SortIncludesTest,skipUTF8ByteOrderMarkMerge) TEST_F() argument
1267 TEST_F(SortIncludesTest,skipUTF8ByteOrderMarkPreserve) TEST_F() argument
1286 TEST_F(SortIncludesTest,MergeLines) TEST_F() argument
1301 TEST_F(SortIncludesTest,DisableFormatDisablesIncludeSorting) TEST_F() argument
1311 TEST_F(SortIncludesTest,DisableRawStringLiteralSorting) TEST_F() argument
1458 TEST_F(SortIncludesTest,BlockCommentedOutIncludes) TEST_F() argument
[all...]