summaryrefslogtreecommitdiffstats
path: root/test/PCH/exprs.h
Commit message (Expand)AuthorAgeFilesLines
* Add the intrinsic __builtin_convertvectorHal Finkel2013-09-181-0/+4
* Improve some of the conversion warnings to fire on conversion to bool.David Blaikie2012-05-151-1/+1
* Enable warn_impcast_literal_float_to_integer by default.David Blaikie2012-04-051-1/+3
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+4
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-1/+1
* Modify the way sub-statements are stored and retrieved from PCH.Argyrios Kyrtzidis2010-06-281-0/+2
* Completely reimplement __builtin_offsetof, based on a patch by RobertoDouglas Gregor2010-04-281-0/+13
* PCH support for CompoundLiteralExpr. This is the last C expressionDouglas Gregor2009-04-161-0/+3
* PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr.Douglas Gregor2009-04-161-0/+9
* PCH support for ShuffleVectorExpr and BlockDeclRefExprDouglas Gregor2009-04-161-1/+4
* PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr.Douglas Gregor2009-04-151-0/+9
* PCH support for ExtVectorElementExpr and VAArgExpr.Douglas Gregor2009-04-151-0/+4
* PCH support for CompoundAssignOperator and ConditionalOperatorDouglas Gregor2009-04-151-0/+6
* PCH support for ImaginaryLiteral and ArraySubscriptExprDouglas Gregor2009-04-151-0/+7
* PCH support for MemberExpr and CallExpr.Douglas Gregor2009-04-151-0/+11
* PCH support for string literalsDouglas Gregor2009-04-151-0/+3
* PCH support for UnaryOperator, SizeOfAlignOfExprDouglas Gregor2009-04-151-0/+7
* PCH support for CStyleCastExpr and BinaryOperator expression kinds.Douglas Gregor2009-04-151-1/+7
* PCH support for ParenExprDouglas Gregor2009-04-141-1/+1
* Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor2009-04-141-2/+6
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-0/+14