Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Format/
H A DFormatTestComments.cpp20 class FormatTestComments : public FormatTestBase {}; class
26 TEST_F(FormatTestComments, UnderstandsSingleLineComments) { in TEST_F() argument
335 TEST_F(FormatTestComments, KeepsParameterWithTrailingCommentsOnTheirOwnLine) { in TEST_F() argument
367 TEST_F(FormatTestComments,RemovesTrailingWhitespaceOfComments) TEST_F() argument
376 TEST_F(FormatTestComments,UnderstandsBlockComments) TEST_F() argument
420 TEST_F(FormatTestComments,AlignsBlockComments) TEST_F() argument
494 TEST_F(FormatTestComments,CommentReflowingCanBeTurnedOff) TEST_F() argument
501 TEST_F(FormatTestComments,CorrectlyHandlesLengthOfBlockComments) TEST_F() argument
525 TEST_F(FormatTestComments,DontBreakNonTrailingBlockComments) TEST_F() argument
532 TEST_F(FormatTestComments,SplitsLongCxxComments) TEST_F() argument
667 TEST_F(FormatTestComments,PreservesHangingIndentInCxxComments) TEST_F() argument
682 TEST_F(FormatTestComments,DontSplitLineCommentsWithEscapedNewlines) TEST_F() argument
708 TEST_F(FormatTestComments,DontIntroduceMultilineComments) TEST_F() argument
726 TEST_F(FormatTestComments,DontSplitLineCommentsWithPragmas) TEST_F() argument
737 TEST_F(FormatTestComments,PriorityOfCommentBreaking) TEST_F() argument
767 TEST_F(FormatTestComments,MultiLineCommentsInDefines) TEST_F() argument
790 TEST_F(FormatTestComments,ParsesCommentsAdjacentToPPDirectives) TEST_F() argument
799 TEST_F(FormatTestComments,KeepsLevelOfCommentBeforePPDirective) TEST_F() argument
1090 TEST_F(FormatTestComments,CommentsBetweenUnbracedBodyAndPPDirective) TEST_F() argument
1120 TEST_F(FormatTestComments,SplitsLongLinesInComments) TEST_F() argument
1304 TEST_F(FormatTestComments,SplitsLongLinesInCommentsInPreprocessor) TEST_F() argument
1341 TEST_F(FormatTestComments,KeepsTrailingPPCommentsAndSectionCommentsSeparate) TEST_F() argument
1374 TEST_F(FormatTestComments,AlignsPPElseEndifComments) TEST_F() argument
1398 TEST_F(FormatTestComments,CommentsInStaticInitializers) TEST_F() argument
1464 TEST_F(FormatTestComments,LineCommentsAfterRightBrace) TEST_F() argument
1522 TEST_F(FormatTestComments,ReflowsComments) TEST_F() argument
2138 TEST_F(FormatTestComments,ReflowsCommentsPrecise) TEST_F() argument
2178 TEST_F(FormatTestComments,ReflowsCommentsWithExtraWhitespace) TEST_F() argument
2217 TEST_F(FormatTestComments,IgnoresIf0Contents) TEST_F() argument
2370 TEST_F(FormatTestComments,DontCrashOnBlockComments) TEST_F() argument
2381 TEST_F(FormatTestComments,BlockCommentsInControlLoops) TEST_F() argument
2401 TEST_F(FormatTestComments,BlockComments) TEST_F() argument
2512 TEST_F(FormatTestComments,BlockCommentsInMacros) TEST_F() argument
2533 TEST_F(FormatTestComments,BlockCommentsAtEndOfLine) TEST_F() argument
2555 TEST_F(FormatTestComments,BreaksAfterMultilineBlockCommentsInParamLists) TEST_F() argument
2623 TEST_F(FormatTestComments,IndentLineCommentsInStartOfBlockAtEndOfFile) TEST_F() argument
2629 TEST_F(FormatTestComments,AlignTrailingComments) TEST_F() argument
2861 TEST_F(FormatTestComments,AlignTrailingCommentsAcrossEmptyLines) TEST_F() argument
3042 TEST_F(FormatTestComments,AlignTrailingCommentsLeave) TEST_F() argument
3150 TEST_F(FormatTestComments,DontAlignNamespaceComments) TEST_F() argument
3266 TEST_F(FormatTestComments,DontAlignOverScope) TEST_F() argument
3416 TEST_F(FormatTestComments,AlignsBlockCommentDecorations) TEST_F() argument
3584 TEST_F(FormatTestComments,NoCrash_Bug34236) TEST_F() argument
3601 TEST_F(FormatTestComments,NonTrailingBlockComments) TEST_F() argument
3617 TEST_F(FormatTestComments,PythonStyleComments) TEST_F() argument
3695 TEST_F(FormatTestComments,BreaksBeforeTrailingUnbreakableSequence) TEST_F() argument
3704 TEST_F(FormatTestComments,ReflowBackslashCrash) TEST_F() argument
3719 TEST_F(FormatTestComments,IndentsLongJavadocAnnotatedLines) TEST_F() argument
3819 TEST_F(FormatTestComments,SpaceAtLineCommentBegin) TEST_F() argument
4621 TEST_F(FormatTestComments,SplitCommentIntroducers) TEST_F() argument
[all...]