]> granicus.if.org Git - clang/commit
Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient...
authorTed Kremenek <kremenek@apple.com>
Thu, 7 Aug 2008 17:49:57 +0000 (17:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 7 Aug 2008 17:49:57 +0000 (17:49 +0000)
commitb4398aa27da4d6919c3ae448d1ae66ba6cafc048
tree6f34a5c54a19240c6517e50fd6d51524ce7009fe
parent45e52e137702abbfa44852979a5717dfdc09c9bc
Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object.

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