aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/exprs.c
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-04-15C1X: implement generic selectionsPeter Collingbourne
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2010-06-28Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis
2010-04-28Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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