aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/const-eval.c
AgeCommit message (Expand)Author
2009-11-16Add constant evaluation for comma operator with floating-point operand. FixesEli Friedman
2009-11-05Make ASTContext::getIntWidth return 1 for all boolean type variations, not ju...Sebastian Redl
2009-06-14PR4351: Add constant evaluation for constructs like "foo == NULL", where Eli Friedman
2009-06-04PR4326: Handle constant evaluation for void* pointer subtraction Eli Friedman
2009-04-28PR4097: add logic to Evaluate to handle pointer equality comparisons.Eli Friedman
2009-04-22Add handling for complex->int, int->complex float, and float->complex Eli Friedman
2009-04-21Fix PR4027 + rdar://6808859, we were rejecting implicit casts ofChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-23Minor enhancements to Evaluate.Eli Friedman
2009-02-28Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable w...Anders Carlsson
2009-02-28Fix obvious shortcoming in the implementations of Evaluate for Eli Friedman
2009-02-21Evaluation of unary deref could call integer evaluator on non-integralDaniel Dunbar
2009-02-20Add support for * (unary dereference) operator to ExprConstant.Eli Friedman
2009-02-19Emit the correct diagnostics when we constant fold an array size to a negativ...Anders Carlsson
2009-02-19Make sure to check the value of the constant expression, as suggested by Daniel.Anders Carlsson
2009-02-19Handle the GNU void* and function pointer arithmetic extensions for constant ...Anders Carlsson
2009-02-18isICE was evaluating ?: incorrectly with missing-gcc-LHS extension.Daniel Dunbar
2009-01-24Fix invalid evaluation of _Complex float (real & imaginary parts hadDaniel Dunbar
2008-11-24The address of a variable is only constant if the variable has global storage.Anders Carlsson
2008-11-24Fix bug in the constant evaluator. Fixes PR3115.Anders Carlsson
2008-11-13Fix for crash issues with comma operators with a void first operand, and Eli Friedman
2008-11-13Backout of r59196, plus a new ICE test. Sorry if this is a Eli Friedman
2008-11-13Fix bug in constant evaluation exposed by 176.gcc.Daniel Dunbar
2008-11-12Some additions to tryEvaluate I've had sitting around for a while.Eli Friedman