[cfe-commits] r67346 - in /cfe/trunk: include/clang/AST/ASTDiagnostic.h include/clang/Analysis/AnalysisDiagnostic.h include/clang/Basic/Diagnostic.h include/clang/Driver/DriverDiagnostic.h include/clang/Frontend/FrontendDiagnostic.h include/clang/Lex/LexDiagnostic.h include/clang/Parse/ParseDiagnostic.h include/clang/Sema/SemaDiagnostic.h lib/Basic/Diagnostic.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Fri Mar 20 02:45:57 PDT 2009


Ted Kremenek wrote:
> Thanks Sebastian!
>
> Perhaps we should mark the .def files as read-only in the interim
> period before they are removed?
Is that possible?
>   We want people to start using the .td files for now.  Are the .td
> files in sync with the .def files?  I thought I saw a few new warnings
> added over the last couple of days.

I've kept track of the commits since the .td files went in, and all
changes have been duplicated. Anyway, if something was missing, the
compiler would tell us.

Sebastian



More information about the cfe-commits mailing list