This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.
Closed by commit rC322826: [ASTMatcher] Add isScoped matcher for enumDecl.
(authored by hokein, comm
hokein updated this revision to Diff 130370.
hokein added a comment.
- add the matcher to dynamic registry.
- add documentation.
- remove duplicated ";".
Repository:
rC Clang
https://reviews.llvm.org/D42185
Files:
docs/LibASTMatchersReference.html
include/clang/ASTMatchers/ASTMatchers.h
bkramer requested changes to this revision.
bkramer added a comment.
dump_ast_matchers.py should be working again now.
Repository:
rC Clang
https://reviews.llvm.org/D42185
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.
aaron.ballman requested changes to this revision.
aaron.ballman added a comment.
This revision now requires changes to proceed.
This needs to be added to the dynamic matcher registry and also should not be
commit until the documentation is generated for it.
Comment at: unittes
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lg
Repository:
rC Clang
https://reviews.llvm.org/D42185
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
hokein created this revision.
hokein added a reviewer: bkramer.
Herald added a subscriber: klimek.
No doc update on the LibASTMatchersReference.html - The dump_ast_matchers.py
script has been broken since r318304.
Repository:
rC Clang
https://reviews.llvm.org/D42185
Files:
include/clang/AS