[cfe-commits] r59946 - in /cfe/trunk: lib/AST/Expr.cpp test/CodeGen/staticinit.c

Eli Friedman eli.friedman at gmail.com
Mon Nov 24 13:27:56 PST 2008


On Sun, Nov 23, 2008 at 9:24 PM, Anders Carlsson <andersca at mac.com> wrote:
> +  case StringLiteralClass:
> +  case ObjCStringLiteralClass:
> +    return true;

We shouldn't need a special-case here, I don't think... what's motivating this?

-Eli



More information about the cfe-commits mailing list