aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/APValue.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-08Make sure to access APValue's data via a char array (rather thanDouglas Gregor
2009-01-24Fix invalid evaluation of _Complex float (real & imaginary parts hadDaniel Dunbar
2009-01-21initialialize some ivars in ctor.Chris Lattner
2009-01-18Add support for vectors to APValue. Vector constant evaluator and tests coming.Nate Begeman
2008-11-16add dump and print methods, add operator<< for APValue.Chris Lattner
2008-11-16move some APValue methods out of line.Chris Lattner
2008-07-11rename "SInt" methods to "Int" in APValue.Chris Lattner
2008-07-11make the new evaluator avoid conversions APValue<->APSInt in some cases.Chris Lattner
2008-07-08Add LValue setters for APValueAnders Carlsson
2008-07-03Shuffle things around in preparation for integrating Eli's constant evaluator.Anders Carlsson
2008-07-03Make APValue an APSInt.Anders Carlsson
2008-06-22add a new clang::APValue class at Eli's request. It is a discriminatedChris Lattner