Home
last modified time | relevance | path

Searched refs:NamespaceEndCommentsFixerTest (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/unittests/Format/
H A DNamespaceEndCommentsFixerTest.cpp20 class NamespaceEndCommentsFixerTest : public testing::Test { class
56 TEST_F(NamespaceEndCommentsFixerTest, AddsEndComment) { in TEST_F() argument
473 TEST_F(NamespaceEndCommentsFixerTest, WorksForObjCpp) { in TEST_F() argument
487 TEST_F(NamespaceEndCommentsFixerTest, AddsMacroEndComment) { in TEST_F() argument
566 TEST_F(NamespaceEndCommentsFixerTest, AddsNewlineIfNeeded) { in TEST_F() argument
620 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddEndCommentForShortNamespace) { in TEST_F() argument
628 TEST_F(NamespaceEndCommentsFixerTest, DoesNotAddCommentAfterUnaffectedRBrace) { in TEST_F() argument
647 TEST_F(NamespaceEndCommentsFixerTest, in TEST_F() argument
659 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidEndComment) { in TEST_F() argument
683 TEST_F(NamespaceEndCommentsFixerTest, KeepsValidMacroEndComment) { in TEST_F() argument
[all …]
H A DCMakeLists.txt31 NamespaceEndCommentsFixerTest.cpp
/llvm-project/llvm/utils/gn/secondary/clang/unittests/Format/
H A DBUILD.gn39 "NamespaceEndCommentsFixerTest.cpp",