Details
Details
- Reviewers
njames93 - Commits
- rGa9676febb99d: [AST] Add DeclarationNameInfo to node introspection
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
clang/include/clang/Tooling/NodeIntrospection.h | ||
---|---|---|
29 | Please fix this lint warning. | |
clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py | ||
394–398 | Kind of unrelated, but can these not be replaced with cladeName not in RefClades? | |
clang/unittests/Introspection/IntrospectionTest.cpp | ||
1431–1433 | 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. |
clang-tidy: warning: class 'DeclarationNameInfo' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [clang-diagnostic-mismatched-tags]
not useful