This patch adds a narrowing AST matcher, isFinal(), so that you can
match on final classes or methods. While this could be accomplished
through use of the hasAttr() matcher, the fact that we model final as
an attribute is really an implementation detail.

~Aaron

Attachment: final.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to