summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
* expand casts to handle what isIntegerConstantExpr handles.Chris Lattner2008-07-121-11/+52
* Add support for __builtin_type_compatible_p, enums, etc.Chris Lattner2008-07-121-16/+47
* start remembering diagnostics for various cases, add some missingChris Lattner2008-07-121-28/+85
* Provide a structure for passing down 'is evaluated' and passing up Chris Lattner2008-07-111-25/+62
* simplify some code a bit.Chris Lattner2008-07-111-48/+42
* share code between sizeof(expr) and sizeof(type)Chris Lattner2008-07-111-61/+44
* implement support for __extension__, make sure the result of aChris Lattner2008-07-111-13/+30
* add a new getIntTypeSizeInBits method.Chris Lattner2008-07-111-11/+12
* rename "SInt" methods to "Int" in APValue.Chris Lattner2008-07-111-1/+1
* make the new evaluator avoid conversions APValue<->APSInt in some cases.Chris Lattner2008-07-111-67/+51
* rearrange some code, no functionality changes.Chris Lattner2008-07-111-85/+98
* Fix small bug. The evaluator now works well enough to pass all testsAnders Carlsson2008-07-081-1/+2
* More constant expression work.Anders Carlsson2008-07-081-6/+112
* Move out some methods.Anders Carlsson2008-07-081-159/+149
* More work.Anders Carlsson2008-07-081-1/+78
* Compilation fixSeo Sanghyeon2008-07-081-1/+1
* Port more of Eli's evaluator over. This makes the int evaluator handle binary...Anders Carlsson2008-07-081-7/+143
* Commit beginnings of int evaluator. Currently not used.Anders Carlsson2008-07-081-0/+40
* Shuffle things around in preparation for integrating Eli's constant evaluator.Anders Carlsson2008-07-031-0/+60
OpenPOWER on IntegriCloud