On Mar 18, 2012, at 12:43 AM, Jordy Rose <[email protected]> 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.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to