[cfe-commits] dead code in Sema::CheckForConstantInitializer?

Eli Friedman eli.friedman at gmail.com
Mon Feb 23 17:17:32 PST 2009


On Mon, Feb 23, 2009 at 2:44 PM, Chris Lattner <clattner at apple.com> wrote:
> Almost all of Sema::CheckForConstantInitializer is dead, should it be
> removed?

I sort-of addressed it in my commit message... we need a more
elaborate CheckForConstantInitializer for -pedantic mode, and I think
we might want to re-use some of the existing code.  If you prefer, it
would be okay to remove it, though; we can always dig the code out of
SVN history.

-Eli



More information about the cfe-commits mailing list