The patch also adds a templateArgumentLoc() AST matcher.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks.
Please run clang/docs/tools/dump_ast_matchers.py script to update the LibASTMatchersReference.html file.
Comment Actions
Done. Note, it looks like this script needs to be run with python 2. Should we document this somewhere?
Comment Actions
Given that python2 is EOL I think the correct course of action is to make it work with python3.