[cfe-dev] Clang crash in HTMLDiagnostics
Nico Weber
nicolasweber at gmx.de
Thu Aug 7 12:00:08 PDT 2008
Hi Jean-Daniel,
On 07.08.2008, at 20:39, Jean-Daniel Dupas wrote:
> I m' not sure, but it may be related to this (around line 1390
> ~1400) :
>
> 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, 0, 0));
this was fixed by Ted in http://llvm.org/viewvc/llvm-project?rev=54472&view=rev
.
Nico
More information about the cfe-dev
mailing list