]> granicus.if.org Git - clang/commit
Driver: Use standard Diagnostic interface for diagnostics.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 12 Mar 2009 08:55:43 +0000 (08:55 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 12 Mar 2009 08:55:43 +0000 (08:55 +0000)
commit4ad4b3ebbe5769143389dccfcfadb666a4ba5940
tree3dcf3c1c899f8d125125becd9a8ad0f5096ba22c
parente7fffa14dc50091200b778a747acad15a254626c
Driver: Use standard Diagnostic interface for diagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66786 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticDriverKinds.def [new file with mode: 0644]
include/clang/Basic/DiagnosticDriverKinds.td [new file with mode: 0644]
include/clang/Driver/Driver.h
include/clang/Driver/DriverDiagnostic.h [new file with mode: 0644]
lib/Basic/Diagnostic.cpp
lib/Driver/Driver.cpp
tools/driver/Makefile
tools/driver/driver.cpp