summaryrefslogtreecommitdiff
path: root/test/Sema/constant-builtins.c
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-06Expose __builtin_bswap16.Benjamin Kramer
2012-09-28Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T...Richard Smith
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-05Make Sema::CheckForConstantInitializer use Expr::Evaluate. This fixes PR3130.Anders Carlsson
2008-10-06"Enhance" CheckArithmeticConstantExpression to accept ?: with a constant Chris Lattner
2008-10-02Add Builtins.def attribute for "can be a constant expression".Daniel Dunbar