[cfe-commits] [PATCH] x3 More matcher patches

Sam Panzer panzer at google.com
Fri Jul 13 11:34:11 PDT 2012


<div>Attached are three more small matcher patches. One fixes another
rename typo (AnyOf --> anyOf) that was similar to the previous
allOf patch. The second patch adds more inspection for
declarationStatement matchers, making it easier to look at single
declarations directly. The third patch adds expression matchers which
call IgnoreXXXCasts() before  applying their
sub-matchers.</div><div><br></div>For future reference, should I
continue splitting up these patches for
review?<div><br></div><div>-Sam</div>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: anyOf.patch
Type: application/octet-stream
Size: 1707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120713/f9a5baf0/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: decls.patch
Type: application/octet-stream
Size: 2821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120713/f9a5baf0/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ignore-casts.patch
Type: application/octet-stream
Size: 2193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120713/f9a5baf0/attachment-0002.obj>


More information about the cfe-commits mailing list