[cfe-commits] r153010 - in /cfe/trunk: lib/StaticAnalyzer/Checkers/MallocChecker.cpp test/Analysis/malloc-plist.c

Ted Kremenek kremenek at apple.com
Mon Mar 19 16:01:06 PDT 2012


On Mar 18, 2012, at 12:43 AM, Jordy Rose <jediknil at belkadan.com> wrote:

> This is accomplished by calling markInteresting /during/ path diagnostic generation, and as such relies on deterministic ordering of BugReporterVisitors -- namely, that BugReporterVisitors are run in /reverse/ order from how they are added. (Right now that's a consequence of storing visitors in an ImmutableList, where new items are added to the front.) It's a little hacky, but it works for now.

Nice fix, but as I stated in my email later in the thread I think we can fix things where the order of visitors doesn't matter.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120319/a7fd7fd8/attachment.html>


More information about the cfe-commits mailing list