Revert "[AST] Add generator for source location introspection"
authorStephen Kelly <steveire@gmail.com>
Mon, 15 Mar 2021 01:16:10 +0000 (01:16 +0000)
committerStephen Kelly <steveire@gmail.com>
Mon, 15 Mar 2021 01:16:10 +0000 (01:16 +0000)
commit6e303a982d6ce5a281ba95238ed376a2caf27a52
tree2adc807924f3b49a23342c826c274cff5e9963fe
parent370b9b4aea5fe1c9ca25e4c00f104eba75ac5c7b
Revert "[AST] Add generator for source location introspection"

This reverts commit 91abaa1f8d97e8efa249c31686fd643ff5f1e2c2.
16 files changed:
clang/include/clang/Tooling/NodeIntrospection.h [deleted file]
clang/lib/Tooling/CMakeLists.txt
clang/lib/Tooling/DumpTool/APIData.h [deleted file]
clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp [deleted file]
clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.h [deleted file]
clang/lib/Tooling/DumpTool/CMakeLists.txt [deleted file]
clang/lib/Tooling/DumpTool/ClangSrcLocDump.cpp [deleted file]
clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py [deleted file]
clang/lib/Tooling/NodeIntrospection.cpp [deleted file]
clang/unittests/CMakeLists.txt
clang/unittests/Introspection/CMakeLists.txt [deleted file]
clang/unittests/Introspection/IntrospectionTest.cpp [deleted file]
llvm/utils/gn/secondary/clang/lib/Tooling/BUILD.gn
llvm/utils/gn/secondary/clang/lib/Tooling/DumpTool/BUILD.gn [deleted file]
llvm/utils/gn/secondary/clang/unittests/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Introspection/BUILD.gn [deleted file]