]> granicus.if.org Git - clang/history - test/Sema/compound-literal.c
Fix PR1992 by computing the right type for string literals, which
[clang] / test / Sema / compound-literal.c
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-01-14 Steve NaroffRecord if a compound literal expression is @ file scope...
2008-01-09 Steve NaroffTeach Sema::ActOnCompoundLiteral about constraint C99...
2008-01-09 Steve NaroffTeach Expr::isConstantExpr() about CompoundLiterals.
2007-12-05 Steve NaroffRecognize CompoundLiteralExpr's as valid lvalue's.