On Apr 14, 2010, at 3:19 PM, Douglas Gregor wrote:

> Author: dgregor
> Date: Wed Apr 14 17:19:45 2010
> New Revision: 101297
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=101297&view=rev
> Log:
> Once we've emitted a fatal diagnostic, keep counting errors but with a
> separate count of "suppressed" errors. 

This comment is totally misleading; we count errors after a fatal error in the 
normal error count, and also keep a separate count of "suppressed" errors so 
that we can print the number of errors we actually printing rather than the 
number of errors that were internally generated.

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

Reply via email to