This is an archive of the discontinued LLVM Phabricator instance.

Fully implement the matcher for CXXCtorInitializer
ClosedPublic

Authored by aaron.ballman on Sep 23 2016, 10:16 AM.

Details

Reviewers
klimek
sbenza
Summary

It turns out that our support for the cxxCtorInitializer() matcher was incomplete in that it could not be used as a top-level matcher because it was not derived from one of the blessed base class types. This patch completes the support for this AST matcher.

Diff Detail

Event Timeline

aaron.ballman retitled this revision from to Fully implement the matcher for CXXCtorInitializer.
aaron.ballman updated this object.
aaron.ballman added reviewers: klimek, sbenza.
aaron.ballman added a subscriber: cfe-commits.
sbenza accepted this revision.Sep 26 2016, 10:10 AM
sbenza edited edge metadata.
This revision is now accepted and ready to land.Sep 26 2016, 10:10 AM

Thanks! Commit in r282417