Details
Details
- Reviewers
njames93 - Commits
- rGa9676febb99d: [AST] Add DeclarationNameInfo to node introspection
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Tooling/NodeIntrospection.h | ||
---|---|---|
29 | Please fix this lint warning. | |
clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py | ||
393–394 | Kind of unrelated, but can these not be replaced with cladeName not in RefClades? | |
clang/unittests/Introspection/IntrospectionTest.cpp | ||
1425–1427 | Can this be replace with a if (!NodeIntrospection::hasIntrospectionSupport()) return; Check at the start of the test? Same goes for the rest of the tests added here. |
Please fix this lint warning.