| Commit message (Expand) | Author | Age | Files | Lines |
| * | Treat __extension__ like ParenExpr. | Abramo Bagnara | 2010-10-15 | 1 | -14/+48 |
| * | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian | 2010-10-14 | 1 | -9/+21 |
| * | Patch to support transparent_union arguments | Fariborz Jahanian | 2010-09-27 | 1 | -0/+7 |
| * | Copying result of object property reference expression | Fariborz Jahanian | 2010-09-27 | 1 | -1/+6 |
| * | Fixed isConstantInitializer for __builtin_choose_expr. | Abramo Bagnara | 2010-09-27 | 1 | -0/+3 |
| * | Warn when an expression result in a LabelStmt is unused. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+5 |
| * | Right, there are *two* cases of pr-value class-type expressions that don't | John McCall | 2010-09-16 | 1 | -3/+8 |
| * | Tweak comment as suggested by Sebastian. | John McCall | 2010-09-15 | 1 | -1/+1 |
| * | one piece of code is responsible for the lifetime of every aggregate | John McCall | 2010-09-15 | 1 | -35/+20 |
| * | Test destructors in delete expressions and of temporaries for throwing. | Sebastian Redl | 2010-09-10 | 1 | -3/+23 |
| * | Address Doug's comments. | Sebastian Redl | 2010-09-10 | 1 | -1/+6 |
| * | First version of a testcase, plus fixes. | Sebastian Redl | 2010-09-10 | 1 | -2/+5 |
| * | Implement Expr::CanThrow, a function that applies the noexcept operator rules... | Sebastian Redl | 2010-09-10 | 1 | -0/+201 |
| * | Make CallExpr::getCalleeDecl look through pointer derefs. | Sebastian Redl | 2010-09-10 | 1 | -0/+8 |
| * | Fix the memory leak of FloatingLiteral/IntegerLiteral. | Argyrios Kyrtzidis | 2010-08-28 | 1 | -0/+38 |
| * | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -162/+162 |
| * | More incremental progress towards not including Expr.h in Sema.h. | John McCall | 2010-08-25 | 1 | -4/+4 |
| * | Regularize the API for accessing explicit template arguments. | John McCall | 2010-08-19 | 1 | -5/+5 |
| * | Zap unused UnaryOperator::OffsetOf. | Eli Friedman | 2010-08-13 | 1 | -1/+0 |
| * | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -6/+38 |
| * | Allow reference binding of a reference of Objective-C object type to | Douglas Gregor | 2010-08-07 | 1 | -0/+2 |
| * | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -0/+60 |
| * | Further adjustments to -Wglobal-constructors; works for references and direct | John McCall | 2010-08-02 | 1 | -18/+28 |
| * | Kill off RequiresGlobalConstructor in favor of isConstantInitializer. | John McCall | 2010-08-01 | 1 | -0/+15 |
| * | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -69/+0 |
| * | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl | 2010-07-20 | 1 | -2/+4 |
| * | Introduce a new cast kind for an "lvalue bitcast", which handles | Douglas Gregor | 2010-07-13 | 1 | -0/+2 |
| * | When forming a function call or message send expression, be sure to | Douglas Gregor | 2010-07-13 | 1 | -1/+4 |
| * | Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH. | Argyrios Kyrtzidis | 2010-07-08 | 1 | -0/+13 |
| * | Fix rdar://8139785 "implement warning on dead expression in comma operator" | Argyrios Kyrtzidis | 2010-06-30 | 1 | -3/+8 |
| * | Introduce Expr::Classify and Expr::ClassifyModifiable, which determine the cl... | Sebastian Redl | 2010-06-28 | 1 | -372/+0 |
| * | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis | 2010-06-24 | 1 | -2/+6 |
| * | Do not treat @selector as lvalue (unlike g++). | Fariborz Jahanian | 2010-06-17 | 1 | -1/+0 |
| * | Objective-c++ IRGen. Support for @selector expression as | Fariborz Jahanian | 2010-06-17 | 1 | -0/+1 |
| * | Give Type::isIntegralType() an ASTContext parameter, so that it | Douglas Gregor | 2010-06-16 | 1 | -4/+5 |
| * | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -4/+5 |
| * | When deciding whether an expression has the boolean nature, don't look through | John McCall | 2010-06-12 | 1 | -1/+3 |
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -3/+3 |
| * | add a couple of key functions for classes without them. | Chris Lattner | 2010-05-13 | 1 | -0/+2 |
| * | Static data members intialized in-class that have constant values are | Douglas Gregor | 2010-05-11 | 1 | -1/+1 |
| * | Fix indentation | Douglas Gregor | 2010-05-11 | 1 | -1/+1 |
| * | A DeclRefExpr that refers to a member function or a static data member | Douglas Gregor | 2010-05-11 | 1 | -3/+14 |
| * | Don't complain about an __builtin_va_arg expression's result being | Douglas Gregor | 2010-05-08 | 1 | -0/+1 |
| * | Move CheckICE and isIntegerConstantExpr to ExprConstant.cpp because it seemed | John McCall | 2010-05-07 | 1 | -379/+0 |
| * | Add IgnoreParenImpCasts() to Expr, which is basically like IgnoreParenCasts | John McCall | 2010-05-05 | 1 | -1/+15 |
| * | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Alexis Hunt | 2010-05-05 | 1 | -1/+1 |
| * | Revert r103072; I accidentally ended up deleting a bunch of trailing | Alexis Hunt | 2010-05-05 | 1 | -80/+80 |
| * | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Alexis Hunt | 2010-05-05 | 1 | -80/+80 |
| * | Fix a thinko that caused us not to compute __builtin_offset as a | Douglas Gregor | 2010-04-30 | 1 | -1/+4 |
| * | When determining a standard conversion sequence involves resolving the | Douglas Gregor | 2010-04-29 | 1 | -0/+1 |