[cfe-commits] r49797 - /cfe/trunk/Driver/clang.cpp
Ted Kremenek
kremenek at apple.com
Wed Apr 16 09:53:18 PDT 2008
Author: kremenek
Date: Wed Apr 16 11:53:18 2008
New Revision: 49797
URL: http://llvm.org/viewvc/llvm-project?rev=49797&view=rev
Log:
Added fixme.
Modified:
cfe/trunk/Driver/clang.cpp
Modified: cfe/trunk/Driver/clang.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/clang.cpp?rev=49797&r1=49796&r2=49797&view=diff
==============================================================================
--- cfe/trunk/Driver/clang.cpp (original)
+++ cfe/trunk/Driver/clang.cpp Wed Apr 16 11:53:18 2008
@@ -1290,6 +1290,10 @@
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.
More information about the cfe-commits
mailing list