aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/exprs.c
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-18make sure to verify that the "non pch" runs worked.Chris Lattner
2009-04-16PCH support for CompoundLiteralExpr. This is the last C expressionDouglas Gregor
2009-04-16PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr.Douglas Gregor
2009-04-16PCH support for ShuffleVectorExpr and BlockDeclRefExprDouglas Gregor
2009-04-15PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr.Douglas Gregor
2009-04-15PCH support for ExtVectorElementExpr and VAArgExpr.Douglas Gregor
2009-04-15PCH support for CompoundAssignOperator and ConditionalOperatorDouglas Gregor
2009-04-15PCH support for ImaginaryLiteral and ArraySubscriptExprDouglas Gregor
2009-04-15PCH support for MemberExpr and CallExpr.Douglas Gregor
2009-04-15PCH support for string literalsDouglas Gregor
2009-04-15PCH support for UnaryOperator, SizeOfAlignOfExprDouglas Gregor
2009-04-15PCH support for CStyleCastExpr and BinaryOperator expression kinds.Douglas Gregor
2009-04-14Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor
2009-04-14PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor