[cfe-commits] r62245 - in /cfe/trunk: lib/Sema/CMakeLists.txt lib/Sema/IdentifierResolver.h lib/Sema/Sema.h lib/Sema/SemaCXXScopeSpec.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp lib/Sema/SemaExpr.cpp lib/Sema/SemaExprCXX.cpp lib/Sema/SemaL

Daniel Dunbar daniel at zuster.org
Fri Jan 16 14:22:54 PST 2009


On Fri, Jan 16, 2009 at 2:13 PM, Douglas Gregor <dgregor at apple.com> wrote:
> On Jan 16, 2009, at 1:51 PM, Daniel Dunbar wrote:
> Can anyone point out a flaw in the code under discussion? It will produce
> the appropriate warnings if we miss an enumerator, and it doesn't seem to
> trigger any additional warnings under any particular compiler or compilation
> flags. It's not broken, so why are we trying to fix it?

In my experience, this has only been true of gcc.

 - Daniel



More information about the cfe-commits mailing list