]> granicus.if.org Git - clang/commit
Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Apr 2008 16:39:56 +0000 (16:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Apr 2008 16:39:56 +0000 (16:39 +0000)
commit47abe7690491f28da5978225801ae146810bd388
tree46b932af088c0281c1724a9cc2d85ba8f782dc5b
parent33c6369f799b0bf9f185ab15d859cb66f37e8c84
Hook up HTMLDiagnostics to use Chris's new syntax highlighting.  --html-diags
currently doesn't pass in the Preprocessor from the driver, so we don't get
syntax highlighting when we create HTMLDiagnostics in that way.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49796 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/ASTConsumers.cpp
Driver/ASTConsumers.h
Driver/HTMLDiagnostics.cpp
Driver/HTMLDiagnostics.h
Driver/HTMLPrint.cpp
Driver/clang.cpp