diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-05-17 18:31:24 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-05-17 18:31:24 +0000 |
| commit | e78ac9cc72c9a6cfebfa22eb2a87b5d256defdff (patch) | |
| tree | ec57fd0e5d81ea9d4a852367bcc9a65f9dc2d4c4 /llvm/utils | |
| parent | 926e47751b1abb60b275bf8f7b3dde3d0b3b8e77 (diff) | |
| download | bcm5719-llvm-e78ac9cc72c9a6cfebfa22eb2a87b5d256defdff.tar.gz bcm5719-llvm-e78ac9cc72c9a6cfebfa22eb2a87b5d256defdff.zip | |
Revert r361033 "Add a Visit overload for DynTypedNode to ASTNodeTraverser"
It fails to build on some bots.
Also revert follow-up r361055.
llvm-svn: 361059
Diffstat (limited to 'llvm/utils')
| -rw-r--r-- | llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn index d52d5860306..1edceba4de2 100644 --- a/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/AST/BUILD.gn @@ -17,7 +17,6 @@ unittest("ASTTests") { "ASTImporterGenericRedeclTest.cpp", "ASTImporterTest.cpp", "ASTImporterVisibilityTest.cpp", - "ASTTraverserTest.cpp", "ASTTypeTraitsTest.cpp", "ASTVectorTest.cpp", "CommentLexer.cpp", |

