summaryrefslogtreecommitdiffstats
path: root/test/Sema/constant-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Expose __builtin_bswap16.Benjamin Kramer2012-10-061-2/+3
* Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T...Richard Smith2012-09-281-0/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Simplify the scheme used for keywords, and change the classification Eli Friedman2009-04-281-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130.Anders Carlsson2008-12-051-1/+2
* "Enhance" CheckArithmeticConstantExpression to accept ?: with a constant Chris Lattner2008-10-061-2/+7
* Add Builtins.def attribute for "can be a constant expression".Daniel Dunbar2008-10-021-0/+18