Searched refs:CleanupTest (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/unittests/Format/ |
H A D | CleanupTest.cpp | 23 class CleanupTest : public testing::Test { class 44 TEST_F(CleanupTest, DeleteEmptyNamespaces) { in TEST_F() argument 59 TEST_F(CleanupTest, NamespaceWithSyntaxError) { in TEST_F() argument 75 TEST_F(CleanupTest, EmptyNamespaceNotAffected) { in TEST_F() argument 86 TEST_F(CleanupTest, EmptyNamespaceWithCommentsNoBreakBeforeBrace) { in TEST_F() argument 100 TEST_F(CleanupTest, EmptyNamespaceWithCommentsBreakBeforeBrace) { in TEST_F() argument 119 TEST_F(CleanupTest, EmptyNamespaceAroundConditionalCompilation) { in TEST_F() argument 137 TEST_F(CleanupTest, CtorInitializationSimpleRedundantComma) { in TEST_F() argument 152 TEST_F(CleanupTest, CtorInitializationSimpleRedundantCommaInFunctionTryBlock) { in TEST_F() argument 176 TEST_F(CleanupTest, CtorInitializationSimpleRedundantColon) { in TEST_F() argument [all …]
|
H A D | CMakeLists.txt | 8 CleanupTest.cpp
|
/llvm-project/llvm/utils/gn/secondary/clang/unittests/Format/ |
H A D | BUILD.gn | 16 "CleanupTest.cpp",
|