Remove the hack where, to get the return status, we had special case for VerifyDiagno...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 18 Nov 2010 21:13:57 +0000 (21:13 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 18 Nov 2010 21:13:57 +0000 (21:13 +0000)
commitab41b97c3cddf1bcdd8bf82ab09ed3ceafcd05b1
treed09e228b46088d30b82a570a21389a48d3e81e9f
parentdea22a399d312444b2a6bb26b4a1be7c4ded1858
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