]> granicus.if.org Git - clang/commit
Clear diagnostic counts after processing the diagnostics.
authorAxel Naumann <Axel.Naumann@cern.ch>
Tue, 10 Jul 2012 16:24:07 +0000 (16:24 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Tue, 10 Jul 2012 16:24:07 +0000 (16:24 +0000)
commite445e5d6377827f222f0d15e18fbd1f86114d2cc
tree1fab9c8b210582f742d65c67ade8955a9a05b939
parente265c877934dd24d11d85e991ede7d0742178495
Clear diagnostic counts after processing the diagnostics.
The consumer might see multiple input files (e.g. for cling) and since r159977 the count is maintained across input files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159995 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/VerifyDiagnosticConsumer.cpp