This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatcher] Add isScoped matcher for enumDecl.
ClosedPublic

Authored by hokein on Jan 17 2018, 7:52 AM.

Details

Summary

No doc update on the LibASTMatchersReference.html - The dump_ast_matchers.py
script has been broken since r318304.

Diff Detail

Repository
rC Clang

Event Timeline

hokein created this revision.Jan 17 2018, 7:52 AM
This revision is now accepted and ready to land.Jan 17 2018, 8:15 AM
aaron.ballman requested changes to this revision.Jan 17 2018, 8:32 AM
aaron.ballman added a subscriber: aaron.ballman.

This needs to be added to the dynamic matcher registry and also should not be commit until the documentation is generated for it.

unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
2113

Spurious semi colon.

This revision now requires changes to proceed.Jan 17 2018, 8:32 AM
bkramer requested changes to this revision.Jan 17 2018, 8:52 AM

dump_ast_matchers.py should be working again now.

hokein updated this revision to Diff 130370.Jan 18 2018, 1:42 AM
  • add the matcher to dynamic registry.
  • add documentation.
  • remove duplicated ";".
This revision was not accepted when it landed; it landed in state Needs Review.Jan 18 2018, 1:49 AM
This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.