[cfe-commits] r48986 - in /cfe/trunk: include/clang/Basic/Diagnostic.h lib/Basic/Diagnostic.cpp
Chris Lattner
clattner at apple.com
Mon Mar 31 17:26:04 PDT 2008
On Mar 31, 2008, at 11:23 AM, Ted Kremenek wrote:
> Author: kremenek
> Date: Mon Mar 31 13:23:15 2008
> New Revision: 48986
>
> URL: http://llvm.org/viewvc/llvm-project?rev=48986&view=rev
> Log:
> Added variation of the "Report" method in the class Diagnostic that
> takes
> an optional DiagnosticClient argument that differs from the client
> stored
> internally in the Diagnostic object.
Hey Ted,
Would it be sufficient to add a "setDiagnosticClient" method to
Diagnostic?
-Chris
More information about the cfe-commits
mailing list