| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make const-initialized const integral variables I-C-Es in C++. | Sebastian Redl | 2009-02-07 | 1 | -0/+11 |
* | Overhaul of Stmt allocation: | Ted Kremenek | 2009-02-07 | 1 | -10/+10 |
* | Implement dereferencing of pointers-to-member. | Sebastian Redl | 2009-02-07 | 1 | -0/+6 |
* | Move StringLiteral to allocate its internal string data using the allocator in | Ted Kremenek | 2009-02-06 | 1 | -5/+7 |
* | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -0/+1 |
* | Make CodeGen produce an error if we come across a non-constant initializer li... | Douglas Gregor | 2009-01-29 | 1 | -1/+1 |
* | Introduce a new expression node, ImplicitValueInitExpr, that | Douglas Gregor | 2009-01-29 | 1 | -1/+12 |
* | Clean up designated initialization of unions, so that CodeGen doesn't | Douglas Gregor | 2009-01-29 | 1 | -1/+2 |
* | Remove Expr::hasSideEffects. It doesn't work anyway | Douglas Gregor | 2009-01-28 | 1 | -6/+0 |
* | Code generation support for C99 designated initializers. | Douglas Gregor | 2009-01-28 | 1 | -2/+26 |
* | Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f... | Steve Naroff | 2009-01-27 | 1 | -4/+3 |
* | Fix compile error from r62953. | Sebastian Redl | 2009-01-25 | 1 | -1/+2 |
* | One more case for Expr::isConstantInitializer; I think this covers | Eli Friedman | 2009-01-25 | 1 | -0/+2 |
* | Enhancements to Expr::isConstantInitializer to deal with a few | Eli Friedman | 2009-01-25 | 1 | -6/+25 |
* | Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more | Eli Friedman | 2009-01-25 | 1 | -4/+3 |
* | Initial implementation of semantic analysis and ASTs for C99 | Douglas Gregor | 2009-01-22 | 1 | -0/+111 |
* | Support evaluation of vector constant expressions, and codegen of same. | Nate Begeman | 2009-01-18 | 1 | -0/+5 |
* | A couple more vector component access fixes. | Nate Begeman | 2009-01-18 | 1 | -0/+11 |
* | Update support for vector component access on ExtVectors. | Nate Begeman | 2009-01-18 | 1 | -5/+8 |
* | Patch to supprt case of readonly property being | Fariborz Jahanian | 2009-01-12 | 1 | -13/+1 |
* | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor | 2009-01-06 | 1 | -2/+5 |
* | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 1 | -0/+4 |
* | Add support for calls to overloaded member functions. Things to note: | Douglas Gregor | 2008-12-22 | 1 | -5/+6 |
* | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -16/+53 |
* | Get rid of the old Expr::Evaluate variant. | Anders Carlsson | 2008-12-19 | 1 | -3/+5 |
* | Implement the final (hopefully) wrinkle to i-c-e + builtin_constant_p | Chris Lattner | 2008-12-12 | 1 | -7/+11 |
* | add a fixme. | Chris Lattner | 2008-12-12 | 1 | -0/+4 |
* | implement rdar://6091492 - ?: with __builtin_constant_p as the operand is an ... | Chris Lattner | 2008-12-12 | 1 | -1/+10 |
* | Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalue | Chris Lattner | 2008-12-12 | 1 | -3/+9 |
* | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -5/+10 |
* | Introduce basic support for dependent types, type-dependent | Douglas Gregor | 2008-12-05 | 1 | -2/+28 |
* | Representation of template type parameters and non-type template | Douglas Gregor | 2008-12-05 | 1 | -0/+6 |
* | Fix some type punning errors in SizeOfAlignOf and Typeid AST nodes. This shou... | Sebastian Redl | 2008-12-03 | 1 | -2/+2 |
* | Revert change that made isNullPointerConstant start emitting warnings. We don... | Anders Carlsson | 2008-12-01 | 1 | -11/+9 |
* | Remove dead code. | Anders Carlsson | 2008-12-01 | 1 | -3/+0 |
* | Add a new variant of isNullConstantExpr that returns an EvalResult. | Anders Carlsson | 2008-12-01 | 1 | -5/+15 |
* | Implement the GNU __null extension | Douglas Gregor | 2008-11-29 | 1 | -1/+8 |
* | Refactored checking on readonly property into a method. | Fariborz Jahanian | 2008-11-25 | 1 | -18/+7 |
* | Patch to allow over-riding of readonly property to | Fariborz Jahanian | 2008-11-25 | 1 | -4/+18 |
* | Remove more #ifdeffed code | Anders Carlsson | 2008-11-25 | 1 | -144/+0 |
* | Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. | Anders Carlsson | 2008-11-24 | 1 | -0/+25 |
* | Support for implicit property assignment. Error assigning to | Fariborz Jahanian | 2008-11-22 | 1 | -0/+6 |
* | New AST node to access "implicit" setter/getter using property dor syntax. | Fariborz Jahanian | 2008-11-22 | 1 | -0/+16 |
* | Implementation of new and delete parsing and sema. | Sebastian Redl | 2008-11-21 | 1 | -3/+7 |
* | Enable some more operator overloading tests, and don't look into an identifie... | Douglas Gregor | 2008-11-21 | 1 | -0/+3 |
* | Rename IdentifierInfo::isName to ::isStr. Use a nifty trick | Chris Lattner | 2008-11-20 | 1 | -4/+4 |
* | Support overloading of the subscript operator[], including support for | Douglas Gregor | 2008-11-19 | 1 | -0/+5 |
* | Added operator overloading for unary operators, post-increment, and | Douglas Gregor | 2008-11-19 | 1 | -0/+5 |
* | simplify some code. | Chris Lattner | 2008-11-19 | 1 | -8/+7 |
* | Implement rdar://6319320: give a good diagnostic for cases where people | Chris Lattner | 2008-11-17 | 1 | -1/+9 |