This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] Fix documentation of is(Un)SignedInteger()
ClosedPublic

Authored by thegameg on Aug 17 2016, 7:51 PM.

Details

Summary

The example is using isInteger() instead of signed / unsigned version.

Diff Detail

Event Timeline

thegameg updated this revision to Diff 68476.Aug 17 2016, 7:51 PM
thegameg retitled this revision from to [ASTMatchers] Fix documentation of is(Un)SignedInteger().
thegameg updated this object.
thegameg added reviewers: aaron.ballman, courbet.
thegameg added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Aug 18 2016, 5:22 AM
aaron.ballman edited edge metadata.

LGTM, thank you!

This revision is now accepted and ready to land.Aug 18 2016, 5:22 AM

Can you commit this for me, please? Thanks!

aaron.ballman closed this revision.Aug 18 2016, 5:34 AM

Commit in r279055

courbet edited edge metadata.Aug 23 2016, 2:59 AM

Thanks.