summaryrefslogtreecommitdiffstats
path: root/test/PCH/exprs.c
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-1/+5
* C1X: implement generic selectionsPeter Collingbourne2011-04-151-0/+3
* 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/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* make sure to verify that the "non pch" runs worked.Chris Lattner2009-04-181-1/+1
* PCH support for CompoundLiteralExpr. This is the last C expressionDouglas Gregor2009-04-161-0/+4
* PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr.Douglas Gregor2009-04-161-0/+8
* PCH support for ShuffleVectorExpr and BlockDeclRefExprDouglas Gregor2009-04-161-0/+3
* PCH support for TypesCompatibleExpr, ChooseExpr, and GNUNullExpr.Douglas Gregor2009-04-151-0/+9
* PCH support for ExtVectorElementExpr and VAArgExpr.Douglas Gregor2009-04-151-0/+3
* 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/+6
* PCH support for string literalsDouglas Gregor2009-04-151-0/+5
* PCH support for UnaryOperator, SizeOfAlignOfExprDouglas Gregor2009-04-151-1/+9
* PCH support for CStyleCastExpr and BinaryOperator expression kinds.Douglas Gregor2009-04-151-1/+7
* Add PCH support for PredefinedExpr and FloatingLiteral expressionsDouglas Gregor2009-04-141-2/+7
* PCH support for a few very, very simple kinds of expressions. Hook upDouglas Gregor2009-04-141-0/+19