Closes #63934
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Apologies for the churn of reviewers, I've been struggling to find the most appropriate reviewer for this CL.
Comment Actions
Just some nits, but mostly looks good. Can you also run clang/docs/tools/dump_ast_matchers.py to regenerate the public documentation?
clang/docs/ReleaseNotes.rst | ||
---|---|---|
248 | You should mention the name of the matcher you've added so there's a bit more context to the release note. | |
clang/include/clang/ASTMatchers/ASTMatchers.h | ||
1339 | This comment isn't quite complete/correct. |
Comment Actions
Currently getting this, but I got quite a few changes nonetheless. Is that a concern?
*** Unparsable: " template <typename NodeType> using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>;" *** *** Unparsable: " } // namespace ast_matchers } // namespace clang " ***
You should mention the name of the matcher you've added so there's a bit more context to the release note.