[clang] 445f4d2 - Clang-format previous commit
Stephen Kelly via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 5 14:58:46 PST 2020
Author: Stephen Kelly
Date: 2020-01-05T22:58:32Z
New Revision: 445f4d2310e751a6ab18f84b1d4ad13037ffd819
URL: https://github.com/llvm/llvm-project/commit/445f4d2310e751a6ab18f84b1d4ad13037ffd819
DIFF: https://github.com/llvm/llvm-project/commit/445f4d2310e751a6ab18f84b1d4ad13037ffd819.diff
LOG: Clang-format previous commit
Added:
Modified:
clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
Removed:
################################################################################
diff --git a/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp b/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
index a127a666ea67..6ca54df06571 100644
--- a/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
+++ b/clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
@@ -1699,7 +1699,6 @@ void bar()
functionDecl(hasName("foo"), traverse(ast_type_traits::TK_AsIs,
hasDescendant(floatLiteral())))));
-
EXPECT_TRUE(
matches(R"cpp(
void foo()
@@ -1708,8 +1707,7 @@ void foo()
}
)cpp",
traverse(ast_type_traits::TK_IgnoreUnlessSpelledInSource,
- varDecl(hasInitializer(integerLiteral(equals(3)))))));
-
+ varDecl(hasInitializer(integerLiteral(equals(3)))))));
}
template <typename MatcherT>
More information about the cfe-commits
mailing list