]> granicus.if.org Git - clang/commit
Turn LoggingDiagnosticClient into a more general ChainedDiagnosticClient and
authorDaniel Dunbar <daniel@zuster.org>
Wed, 11 Nov 2009 08:13:24 +0000 (08:13 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 11 Nov 2009 08:13:24 +0000 (08:13 +0000)
commitdbf75feeb6e1b0015b72fa42c80b45497e9ffefc
treec0c8246aa1a129cbe7a9d664697b44fc9875225c
parent56749087b5818f323e9e71a514274cdc5e7bfd46
Turn LoggingDiagnosticClient into a more general ChainedDiagnosticClient and
move to libFrontend.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86817 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ChainedDiagnosticClient.h [new file with mode: 0644]
tools/clang-cc/clang-cc.cpp