[cfe-commits] [PATCH][Review request] move Pre/Post checks to the common Visit() method
Anton Yartsev
anton.yartsev at gmail.com
Wed Dec 12 18:37:37 PST 2012
Hi all,
the patch moves all the [Pre/Post]checks from paticular VisitSomething()
methods to the common Visit() method (the idea for refactoring came from
FIXME notes)
it also makes the analyzer invoke [Pre/Post]Stmt checkers while
processing CXXNewExpr and CXXDeleteExpr (that's what the patch was
originally intended for)
Is it Ok to commit the patch?
--
Anton
-------------- next part --------------
A non-text attachment was scrubbed...
Name: movePrePostChecksToVisit.patch
Type: text/x-diff
Size: 43339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121213/b1eabdb7/attachment.patch>
More information about the cfe-commits
mailing list