Remove the hack where, to get the return status, we had special case for VerifyDiagno...
commitf37e29b33d224ecc529f6b897955080675007b49
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 18 Nov 2010 21:13:57 +0000 (18 21:13 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Thu, 18 Nov 2010 21:13:57 +0000 (18 21:13 +0000)
treed09e228b46088d30b82a570a21389a48d3e81e9f
parenta2eac9f06b0cd56505fbc3d9af467f198e047665
Remove the hack where, to get the return status, we had special case for VerifyDiagnosticsClient
and just check the number of errors from the DiagnosticClient.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119736 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
include/clang/Frontend/VerifyDiagnosticsClient.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/VerifyDiagnosticsClient.cpp