Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2878 Build 2878: arc lint + arc unit
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 | 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 | Done. Thanks for the reminder! |
Be sure to add this to Registry.cpp so that it can be used as a dynamic matcher in clang-query.