summaryrefslogtreecommitdiff
path: root/test/PCH/exprs.h
AgeCommit message (Expand)Author
2013-09-18Add the intrinsic __builtin_convertvectorHal Finkel
2012-05-15Improve some of the conversion warnings to fire on conversion to bool.David Blaikie
2012-04-05Enable warn_impcast_literal_float_to_integer by default.David Blaikie
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-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-14PCH support for ParenExprDouglas 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