[cfe-commits] r101297 - in /cfe/trunk: include/clang/Basic/Diagnostic.h lib/Basic/Diagnostic.cpp lib/Frontend/CompilerInstance.cpp test/SemaCXX/missing-header.cpp
Douglas Gregor
dgregor at apple.com
Wed Apr 14 15:24:46 PDT 2010
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
More information about the cfe-commits
mailing list