[llvm] r361059 - Revert r361033 "Add a Visit overload for DynTypedNode to ASTNodeTraverser"
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 11:31:24 PDT 2019
Author: nico
Date: Fri May 17 11:31:24 2019
New Revision: 361059
URL: http://llvm.org/viewvc/llvm-project?rev=361059&view=rev
Log:
Revert r361033 "Add a Visit overload for DynTypedNode to ASTNodeTraverser"
It fails to build on some bots.
Also revert follow-up r361055.
Modified:
llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn
Modified: llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn?rev=361059&r1=361058&r2=361059&view=diff
==============================================================================
--- llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn (original)
+++ llvm/trunk/utils/gn/secondary/clang/unittests/AST/BUILD.gn Fri May 17 11:31:24 2019
@@ -17,7 +17,6 @@ unittest("ASTTests") {
"ASTImporterGenericRedeclTest.cpp",
"ASTImporterTest.cpp",
"ASTImporterVisibilityTest.cpp",
- "ASTTraverserTest.cpp",
"ASTTypeTraitsTest.cpp",
"ASTVectorTest.cpp",
"CommentLexer.cpp",
More information about the llvm-commits
mailing list