aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/constant-builtins-2.c
AgeCommit message (Expand)Author
2012-10-06Expose __builtin_bswap16.Benjamin Kramer
2012-09-28Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T...Richard Smith
2010-09-10Support strlen() and __builtin_strlen() as constant expressions withDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-31Fix the type of __builtin_expect, from Ed Schouten!Douglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-10-16Teach tryEvaluate that fabs, copysign, and unary +/- are constants forDaniel Dunbar