Home
last modified time | relevance | path

Searched refs:CleanupTest (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DCleanupTest.cpp23 class CleanupTest : public ::testing::Test { class
46 TEST_F(CleanupTest, DeleteEmptyNamespaces) { in TEST_F() argument
61 TEST_F(CleanupTest, NamespaceWithSyntaxError) { in TEST_F() argument
77 TEST_F(CleanupTest, EmptyNamespaceNotAffected) { in TEST_F() argument
188 TEST_F(CleanupTest, ListRedundantComma) { in TEST_F() argument
198 TEST_F(CleanupTest, NoCleanupsForJavaScript) { in TEST_F() argument
206 TEST_F(CleanupTest, TrailingCommaInParens) { in TEST_F() argument
217 TEST_F(CleanupTest, TrailingCommaInBraces) { in TEST_F() argument
243 TEST_F(CleanupTest, CtorInitializationBracesInParens) { in TEST_F() argument
268 TEST_F(CleanupTest, RemoveCommentsAroundDeleteCode) { in TEST_F() argument
[all …]
H A DCMakeLists.txt6 CleanupTest.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/unittests/Format/
H A DBUILD.gn14 "CleanupTest.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt662 clang/unittests/Format/CleanupTest.cpp