Added fixme.

llvm-svn: 49797
This commit is contained in:
Ted Kremenek 2008-04-16 16:53:18 +00:00
parent f2e6fcf3bf
commit 2e4d0ecaa3
1 changed files with 4 additions and 0 deletions

View File

@ -1290,6 +1290,10 @@ int main(int argc, char **argv) {
TextDiagnostics* TextDiagClient = NULL;
if (!HTMLDiag.empty()) {
// FIXME: The HTMLDiagnosticClient uses the Preprocessor for
// (optional) syntax highlighting, but we don't have a preprocessor yet.
// Fix this dependency later.
DiagClient.reset(CreateHTMLDiagnosticClient(HTMLDiag, NULL));
}
else { // Use Text diagnostics.