]> granicus.if.org Git - clang/commit
Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic)
authorTed Kremenek <kremenek@apple.com>
Thu, 27 Mar 2008 06:17:42 +0000 (06:17 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 27 Mar 2008 06:17:42 +0000 (06:17 +0000)
commit88f5cde90dbb5f28cc269071d5ab11436767a1e1
treeb56bc635a2a54039b8a4561ddef1d01acba4f503
parent120187de4be187a6b0f903c05175bfa05af8002f
Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic)
so that all diagnostics can be piped to HTML files instead of as text diagnostics using --html-diags.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48865 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/HTMLDiagnostics.cpp [new file with mode: 0644]
Driver/HTMLDiagnostics.h [new file with mode: 0644]
Driver/clang.cpp