This could probably be made into a compile time constant, but that would involve generating a second inc file.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100530
[AST][Introspection] Add a check to detect if introspection is supported. ClosedPublic Authored by njames93 on Apr 15 2021, 12:38 AM.
Details Summary This could probably be made into a compile time constant, but that would involve generating a second inc file.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 15 2021, 4:12 AM Closed by commit rGf019e5f73ed7: [AST][Introspection] Add a check to detect if introspection is supported. (authored by njames93). · Explain WhyApr 15 2021, 2:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 337899 clang/include/clang/Tooling/NodeIntrospection.h
clang/lib/Tooling/CMakeLists.txt
clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py
clang/unittests/Introspection/IntrospectionTest.cpp
|