Revert "[AST] Add generator for source location introspection"
authorStephen Kelly <steveire@gmail.com>
Wed, 10 Mar 2021 23:35:50 +0000 (23:35 +0000)
committerStephen Kelly <steveire@gmail.com>
Wed, 10 Mar 2021 23:36:06 +0000 (23:36 +0000)
commit14050ddc4080beb7a9143340be37ec05890cd537
tree8eca88a2f7be5cae4153f1c21efaf1655cdec778
parent774b707564e1eed8fec5b5874d0aa82628de0651
Revert "[AST] Add generator for source location introspection"

This reverts commit d627a27d264b47eda3f15f086ff419dfe053ebf7.

This fails to link on Windows somehow.
12 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]