]> granicus.if.org Git - clang/commit
Switch -verify implementation to use VerifyDiagnosticClient.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 14 Nov 2009 03:24:39 +0000 (03:24 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 14 Nov 2009 03:24:39 +0000 (03:24 +0000)
commitf79dced038c63572965c016b969cfa870670d16e
treecc36cdef25ae39796f6544ee4a6bf6cfa6892b28
parentba69b3c1050447db3c91a41ff25ce8cd29d9b021
Switch -verify implementation to use VerifyDiagnosticClient.
 - Not tested, but -verify with multiple inputs should work now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88750 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInstance.cpp
tools/clang-cc/clang-cc.cpp