Lines Matching refs:FormatTestComments

28 class FormatTestComments : public ::testing::Test {  class
88 TEST_F(FormatTestComments, UnderstandsSingleLineComments) { in TEST_F() argument
397 TEST_F(FormatTestComments, KeepsParameterWithTrailingCommentsOnTheirOwnLine) { in TEST_F() argument
429 TEST_F(FormatTestComments, RemovesTrailingWhitespaceOfComments) { in TEST_F() argument
438 TEST_F(FormatTestComments, UnderstandsBlockComments) { in TEST_F() argument
477 TEST_F(FormatTestComments, AlignsBlockComments) { in TEST_F() argument
551 TEST_F(FormatTestComments, CommentReflowingCanBeTurnedOff) { in TEST_F() argument
558 TEST_F(FormatTestComments, CorrectlyHandlesLengthOfBlockComments) { in TEST_F() argument
582 TEST_F(FormatTestComments, DontBreakNonTrailingBlockComments) { in TEST_F() argument
589 TEST_F(FormatTestComments, SplitsLongCxxComments) { in TEST_F() argument
721 TEST_F(FormatTestComments, PreservesHangingIndentInCxxComments) { in TEST_F() argument
736 TEST_F(FormatTestComments, DontSplitLineCommentsWithEscapedNewlines) { in TEST_F() argument
762 TEST_F(FormatTestComments, DontIntroduceMultilineComments) { in TEST_F() argument
780 TEST_F(FormatTestComments, DontSplitLineCommentsWithPragmas) { in TEST_F() argument
791 TEST_F(FormatTestComments, PriorityOfCommentBreaking) { in TEST_F() argument
821 TEST_F(FormatTestComments, MultiLineCommentsInDefines) { in TEST_F() argument
844 TEST_F(FormatTestComments, ParsesCommentsAdjacentToPPDirectives) { in TEST_F() argument
853 TEST_F(FormatTestComments, KeepsLevelOfCommentBeforePPDirective) { in TEST_F() argument
1126 TEST_F(FormatTestComments, SplitsLongLinesInComments) { in TEST_F() argument
1311 TEST_F(FormatTestComments, SplitsLongLinesInCommentsInPreprocessor) { in TEST_F() argument
1348 TEST_F(FormatTestComments, KeepsTrailingPPCommentsAndSectionCommentsSeparate) { in TEST_F() argument
1381 TEST_F(FormatTestComments, AlignsPPElseEndifComments) { in TEST_F() argument
1405 TEST_F(FormatTestComments, CommentsInStaticInitializers) { in TEST_F() argument
1471 TEST_F(FormatTestComments, LineCommentsAfterRightBrace) { in TEST_F() argument
1529 TEST_F(FormatTestComments, ReflowsComments) { in TEST_F() argument
2138 TEST_F(FormatTestComments, ReflowsCommentsPrecise) { in TEST_F() argument
2178 TEST_F(FormatTestComments, ReflowsCommentsWithExtraWhitespace) { in TEST_F() argument
2217 TEST_F(FormatTestComments, IgnoresIf0Contents) { in TEST_F() argument
2370 TEST_F(FormatTestComments, DontCrashOnBlockComments) { in TEST_F() argument
2381 TEST_F(FormatTestComments, BlockCommentsInControlLoops) { in TEST_F() argument
2401 TEST_F(FormatTestComments, BlockComments) { in TEST_F() argument
2512 TEST_F(FormatTestComments, BlockCommentsInMacros) { in TEST_F() argument
2533 TEST_F(FormatTestComments, BlockCommentsAtEndOfLine) { in TEST_F() argument
2555 TEST_F(FormatTestComments, BreaksAfterMultilineBlockCommentsInParamLists) { in TEST_F() argument
2623 TEST_F(FormatTestComments, IndentLineCommentsInStartOfBlockAtEndOfFile) { in TEST_F() argument
2629 TEST_F(FormatTestComments, AlignTrailingComments) { in TEST_F() argument
2861 TEST_F(FormatTestComments, AlignsBlockCommentDecorations) { in TEST_F() argument
3057 TEST_F(FormatTestComments, NoCrash_Bug34236) { in TEST_F() argument
3074 TEST_F(FormatTestComments, NonTrailingBlockComments) { in TEST_F() argument
3090 TEST_F(FormatTestComments, PythonStyleComments) { in TEST_F() argument
3168 TEST_F(FormatTestComments, BreaksBeforeTrailingUnbreakableSequence) { in TEST_F() argument
3177 TEST_F(FormatTestComments, ReflowBackslashCrash) { in TEST_F() argument
3192 TEST_F(FormatTestComments, IndentsLongJavadocAnnotatedLines) { in TEST_F() argument
3292 TEST_F(FormatTestComments, SpaceAtLineCommentBegin) { in TEST_F() argument
4094 TEST_F(FormatTestComments, SplitCommentIntroducers) { in TEST_F() argument