summaryrefslogtreecommitdiff
path: root/test/Sema/const-eval.c
Commit message (Expand)AuthorAgeFilesLines
* Add constant evaluation for comma operator with floating-point operand. FixesEli Friedman2009-11-161-0/+2
* Make ASTContext::getIntWidth return 1 for all boolean type variations, not ju...Sebastian Redl2009-11-051-0/+5
* PR4351: Add constant evaluation for constructs like "foo == NULL", where Eli Friedman2009-06-141-0/+2
* PR4326: Handle constant evaluation for void* pointer subtraction Eli Friedman2009-06-041-0/+1
* PR4097: add logic to Evaluate to handle pointer equality comparisons.Eli Friedman2009-04-281-0/+2
* Add handling for complex->int, int->complex float, and float->complex Eli Friedman2009-04-221-0/+2
* Fix PR4027 + rdar://6808859, we were rejecting implicit casts ofChris Lattner2009-04-211-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Minor enhancements to Evaluate.Eli Friedman2009-03-231-0/+5
* Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable w...Anders Carlsson2009-02-281-0/+3
* Fix obvious shortcoming in the implementations of Evaluate for Eli Friedman2009-02-281-0/+5
* Evaluation of unary deref could call integer evaluator on non-integralDaniel Dunbar2009-02-211-0/+2
* Add support for * (unary dereference) operator to ExprConstant.Eli Friedman2009-02-201-0/+2
* Emit the correct diagnostics when we constant fold an array size to a negativ...Anders Carlsson2009-02-191-0/+4
* Make sure to check the value of the constant expression, as suggested by Daniel.Anders Carlsson2009-02-191-1/+1
* Handle the GNU void* and function pointer arithmetic extensions for constant ...Anders Carlsson2009-02-191-0/+2
* isICE was evaluating ?: incorrectly with missing-gcc-LHS extension.Daniel Dunbar2009-02-181-0/+3
* Fix invalid evaluation of _Complex float (real & imaginary parts hadDaniel Dunbar2009-01-241-0/+3
* The address of a variable is only constant if the variable has global storage.Anders Carlsson2008-11-241-0/+6
* Fix bug in the constant evaluator. Fixes PR3115.Anders Carlsson2008-11-241-0/+3
* Fix for crash issues with comma operators with a void first operand, and Eli Friedman2008-11-131-0/+6
* Backout of r59196, plus a new ICE test. Sorry if this is a Eli Friedman2008-11-131-2/+0
* Fix bug in constant evaluation exposed by 176.gcc.Daniel Dunbar2008-11-131-0/+2
* Some additions to tryEvaluate I've had sitting around for a while.Eli Friedman2008-11-121-0/+13