summaryrefslogtreecommitdiffstats
path: root/test/Sema/constant-builtins-2.c
Commit message (Expand)AuthorAgeFilesLines
* Handle __builtin_clzs and __builtin_ctzs in the constant expression evaluator.Anders Carlsson2014-07-071-43/+47
* Add constant evaluation support for __builtin_isinf, __builtin_isfinite,Richard Smith2013-10-151-0/+52
* More for PR12457: fix handling of __builtin_isinf_sign and test.Richard Smith2013-06-131-0/+7
* Towards PR12457: constant expression evaluation support for __builtin_parity{...Richard Smith2013-06-131-0/+30
* Fix part of PR12457. Patch by Justin Bogner!Richard Smith2013-06-131-1/+28
* 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
* Support strlen() and __builtin_strlen() as constant expressions withDouglas Gregor2010-09-101-0/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fix the type of __builtin_expect, from Ed Schouten!Douglas Gregor2009-10-311-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Teach tryEvaluate that fabs, copysign, and unary +/- are constants forDaniel Dunbar2008-10-161-0/+50