Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
You also need to add a new generated document (docs/LibASTMatchersReference.html) for that. Please run clang/docs/tools/dump_ast_matchers.py, it will do the stuff for you.
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
191 ↗ | (On Diff #93227) | Be sure to add this to Registry.cpp so that it can be used as a dynamic matcher in clang-query. |
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
191 ↗ | (On Diff #93227) | Done. Thanks for the reminder! |