This is an archive of the discontinued LLVM Phabricator instance.

Register isStaticStorageClass matcher
ClosedPublic

Authored by kastiglione on Apr 9 2017, 9:13 PM.

Details

Summary

I noticed I couldn't call isStaticStorageClass() from clang-query. This change fixed that.

Event Timeline

kastiglione created this revision.Apr 9 2017, 9:13 PM
kastiglione edited the summary of this revision. (Show Details)Apr 10 2017, 6:48 AM
aaron.ballman accepted this revision.Apr 10 2017, 11:06 AM

LGTM; I don't think this needs a test case.

This revision is now accepted and ready to land.Apr 10 2017, 11:06 AM

Thanks! I don't have commit access, so if anyone wants to commit this, that would be great.

aaron.ballman closed this revision.Apr 15 2017, 6:06 AM

Thanks! I've commit in r300400.