Adds AST matcher for the definition of a CXXRecordDecl.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Aside from a minor commenting nit, LGTM! Do you need me to commit this on your behalf? (If so, I can take care of the commenting fix.)
include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
5856 | Might want to mention that this is specific to classes and not other things, like functions. |
Comment Actions
That'd be great -- thank you! I did request commit rights, so hopefully I'll be able to do it myself next time.
Might want to mention that this is specific to classes and not other things, like functions.