| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -2/+2 |
* | [ExprConstant] Use an AST node and a version number as a key to create | Akira Hatanaka | 2018-04-10 | 1 | -7/+69 |
* | Re-commit r289252 and r289285, and fix PR31374 | Yaxun Liu | 2016-12-15 | 1 | -6/+8 |
* | Revert 289252 (and follow-up 289285), it caused PR31374 | Nico Weber | 2016-12-14 | 1 | -8/+6 |
* | Add support for non-zero null pointer for C and OpenCL | Yaxun Liu | 2016-12-09 | 1 | -6/+8 |
* | [C++11] Use 'nullptr' | Craig Topper | 2014-05-06 | 1 | -1/+1 |
* | [C++11] Push move semantics through APValue. | Benjamin Kramer | 2014-03-04 | 1 | -18/+19 |
* | Reapply r198845, reverted in r198849, with a fix to make it valid C++98, not | Richard Smith | 2014-01-10 | 1 | -49/+47 |
* | Revert "PR18427: Use an appropriately-aligned buffer in APValue, to avoid a c... | Argyrios Kyrtzidis | 2014-01-09 | 1 | -45/+50 |
* | PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on | Richard Smith | 2014-01-09 | 1 | -50/+45 |
* | Fix memory leak for APValues that do memory allocation. | Manuel Klimek | 2013-06-03 | 1 | -0/+7 |
* | Sort #include lines for all files under include/... | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Assign APValues by swapping from a temporary. Removes a bunch of unnecessary | Richard Smith | 2012-03-10 | 1 | -4/+9 |
* | [AST] APValue: Split the fast path of MakeUninit to be inline. | Daniel Dunbar | 2012-03-08 | 1 | -1/+5 |
* | Implement DR1454. This allows all intermediate results in constant expressions | Richard Smith | 2012-02-15 | 1 | -6/+9 |
* | Change casting slightly to avoid warnings about casting away const. | Eli Friedman | 2012-01-05 | 1 | -2/+2 |
* | Add an APValue representation for the difference between two address-of-label... | Eli Friedman | 2012-01-04 | 1 | -1/+31 |
* | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith | 2011-12-16 | 1 | -10/+6 |
* | Constant expression evaluation: add support for evaluation of member pointers | Richard Smith | 2011-11-17 | 1 | -4/+20 |
* | Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr | Richard Smith | 2011-11-12 | 1 | -6/+8 |
* | include/clang/AST/APValue.h: Try to fix *900* of cast-qual warnings by g++. | NAKAMURA Takumi | 2011-11-10 | 1 | -3/+3 |
* | Constant expression evaluation: support for evaluation of structs and unions of | Richard Smith | 2011-11-10 | 1 | -2/+83 |
* | Constant expression evaluation: support for arrays. | Richard Smith | 2011-11-07 | 1 | -18/+58 |
* | Constant expression evaluation: preserve subobject designator when flattening a | Richard Smith | 2011-11-07 | 1 | -4/+21 |
* | constexpr function substitution: | Richard Smith | 2011-10-29 | 1 | -1/+4 |
* | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner | 2011-07-20 | 1 | -2/+3 |
* | Define DiagnosticBuilder<<APValue so it's easy to include APValues in | Jeffrey Yasskin | 2011-07-18 | 1 | -0/+5 |
* | Refactoring of constant expression evaluator | Peter Collingbourne | 2011-05-13 | 1 | -4/+4 |
* | Fix -Wcast-qual warnings. | Dan Gohman | 2010-04-19 | 1 | -2/+6 |
* | Convert the type of the LValue offset variable in APValue to CharUnits, moving | Ken Dyck | 2010-01-15 | 1 | -23/+8 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -20/+20 |
* | Make sure to access APValue's data via a char array (rather than | Douglas Gregor | 2009-09-08 | 1 | -28/+29 |
* | Fix invalid evaluation of _Complex float (real & imaginary parts had | Daniel Dunbar | 2009-01-24 | 1 | -0/+4 |
* | initialialize some ivars in ctor. | Chris Lattner | 2009-01-21 | 1 | -0/+1 |
* | Add support for vectors to APValue. Vector constant evaluator and tests coming. | Nate Begeman | 2009-01-18 | 1 | -1/+32 |
* | add dump and print methods, add operator<< for APValue. | Chris Lattner | 2008-11-16 | 1 | -0/+8 |
* | move some APValue methods out of line. | Chris Lattner | 2008-11-16 | 1 | -39/+2 |
* | rename "SInt" methods to "Int" in APValue. | Chris Lattner | 2008-07-11 | 1 | -36/+36 |
* | make the new evaluator avoid conversions APValue<->APSInt in some cases. | Chris Lattner | 2008-07-11 | 1 | -10/+34 |
* | Add LValue setters for APValue | Anders Carlsson | 2008-07-08 | 1 | -1/+30 |
* | Shuffle things around in preparation for integrating Eli's constant evaluator. | Anders Carlsson | 2008-07-03 | 1 | -2/+9 |
* | Make APValue an APSInt. | Anders Carlsson | 2008-07-03 | 1 | -50/+53 |
* | add a new clang::APValue class at Eli's request. It is a discriminated | Chris Lattner | 2008-06-22 | 1 | -0/+183 |