This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] isSignedInteger() and isUnsignedInteger()
ClosedPublic

Authored by courbet on Jul 11 2016, 9:03 AM.

Details

Reviewers
aaron.ballman
Summary

I could not find a way to match signedness of integers in the AST, so I'm adding these two matchers.

Diff Detail

Event Timeline

courbet updated this revision to Diff 63520.Jul 11 2016, 9:03 AM
courbet retitled this revision from to [ASTMatchers] isSignedInteger() and isUnsignedInteger().
courbet updated this object.
courbet added a reviewer: aaron.ballman.
courbet added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Jul 11 2016, 10:00 AM
aaron.ballman edited edge metadata.

Please regenerate the public docs (using dump_ast_matchers.py). Otherwise, LGTM!

This revision is now accepted and ready to land.Jul 11 2016, 10:00 AM
courbet updated this revision to Diff 63644.Jul 11 2016, 11:40 PM
courbet edited edge metadata.

Regenerate doc.

Prazek closed this revision.Jul 16 2016, 3:30 PM
Prazek added a subscriber: Prazek.

Already in master