[cfe-commits] r108505 - in /cfe/trunk: include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td lib/Sema/SemaDecl.cpp test/SemaCXX/nested-name-spec.cpp

Chandler Carruth chandlerc at gmail.com
Thu Jul 15 22:47:33 PDT 2010


On Thu, Jul 15, 2010 at 10:26 PM, John McCall <rjmccall at apple.com> wrote:

> On Jul 15, 2010, at 9:32 PM, Chandler Carruth wrote:
> > Author: chandlerc
> > Date: Thu Jul 15 23:32:28 2010
> > New Revision: 108505
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=108505&view=rev
> > Log:
> > Butcher a perfectly reasonable diagnostic to pacify old versions of SWIG.
>
> Can we please leave this as an error by default?  This level of terrible
> compatibility
> hack should really require a switch to enable.
>

Sure, I ran ExtWarn by Doug, but didn't even think about the fact that I
could make it default to an error. Good call, as I agree completely about
the compatibility hack being horrible. =/

Done in r108511.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100715/f57af0eb/attachment.html>


More information about the cfe-commits mailing list