| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -4/+28 |
| * | Use the ArrayFiller to fill out "holes" in the array initializer due to desig... | Argyrios Kyrtzidis | 2011-04-21 | 1 | -0/+9 |
| * | For | Argyrios Kyrtzidis | 2011-04-21 | 1 | -1/+1 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -19/+107 |
| * | Add a flag to StringLiteral to keep track of whether the string is a pascal s... | Anders Carlsson | 2011-04-14 | 1 | -1/+2 |
| * | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -4/+0 |
| * | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -0/+2 |
| * | Remove CK_DynamicToNull. | Anders Carlsson | 2011-04-11 | 1 | -2/+0 |
| * | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson | 2011-04-10 | 1 | -0/+2 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+2 |
| * | Added missing methods to get Designators source range. | Abramo Bagnara | 2011-03-16 | 1 | -0/+8 |
| * | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl | 2011-03-13 | 1 | -9/+9 |
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -1/+1 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -2/+2 |
| * | Fix the source range for a member access expression that includes a | Douglas Gregor | 2011-03-02 | 1 | -0/+58 |
| * | Don't warn about unused values in ternary ?: expressions unless both the LHS ... | Ted Kremenek | 2011-03-01 | 1 | -5/+7 |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -27/+19 |
| * | Pseudo-revirtualize CallExpr::getSourceRange by making it follow the | John McCall | 2011-02-21 | 1 | -0/+13 |
| * | Initial steps to improve diagnostics when there is a NULL and | Chandler Carruth | 2011-02-18 | 1 | -11/+19 |
| * | Change the representation of GNU ?: expressions to use a different expression | John McCall | 2011-02-17 | 1 | -0/+4 |
| * | Save a copy expression for non-trivial copy constructions of catch variables. | John McCall | 2011-02-16 | 1 | -0/+9 |
| * | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall | 2011-02-13 | 1 | -4/+2 |
| * | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall | 2011-02-09 | 1 | -238/+49 |
| * | AST: support for pre-arg expressions on CallExpr subclasses | Peter Collingbourne | 2011-02-08 | 1 | -11/+24 |
| * | A few more tweaks to the blocks AST representation: | John McCall | 2011-02-07 | 1 | -4/+3 |
| * | Implement proper (de-)serialization for explicit template argument | Douglas Gregor | 2011-02-04 | 1 | -2/+4 |
| * | Give OpaqueValueExpr a source location, because its source location | Douglas Gregor | 2011-01-28 | 1 | -1/+1 |
| * | In a ObjCMessageExpr with the super class as receiver, 'super' is actually a ... | Argyrios Kyrtzidis | 2011-01-25 | 1 | -3/+3 |
| * | Refactor the dependence computation for DeclRefExpr so that we can | Douglas Gregor | 2011-01-19 | 1 | -38/+68 |
| * | Implement basic support for the use of variadic templates and blocks | Douglas Gregor | 2011-01-19 | 1 | -0/+12 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -1/+1 |
| * | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad | 2011-01-12 | 1 | -2/+2 |
| * | Add Decl::isParameterPack(), which covers both function and template | Douglas Gregor | 2011-01-05 | 1 | -5/+2 |
| * | Refactor the tree transform's many loops over sets of expressions | Douglas Gregor | 2011-01-03 | 1 | -4/+4 |
| * | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -2/+8 |
| * | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor | 2010-12-15 | 1 | -32/+136 |
| * | Introduce ObjCMessageExpr::getReceiverRange() to get the source range of the ... | Argyrios Kyrtzidis | 2010-12-10 | 1 | -1/+17 |
| * | Keep the source location of the selector in ObjCMessageExpr. | Argyrios Kyrtzidis | 2010-12-10 | 1 | -10/+16 |
| * | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet | 2010-12-08 | 1 | -8/+0 |
| * | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -3/+3 |
| * | Make IgnoreParenLValueCasts skip __extension__ nodes like IgnoreParens(). | John McCall | 2010-12-04 | 1 | -3/+11 |
| * | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 2010-12-04 | 1 | -2/+44 |
| * | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -33/+7 |
| * | Restore the lvalue-to-rvalue conversion patch with a minimal fix. | John McCall | 2010-12-01 | 1 | -0/+2 |
| * | L-value to r-value conversion is not ready for prime-time. | John McCall | 2010-11-30 | 1 | -2/+0 |
| * | Introduce an r-value to l-value cast kind. I'm not promising anything | John McCall | 2010-11-30 | 1 | -0/+2 |
| * | Look through parentheses when deciding whether an expr is a temporary object.... | Anders Carlsson | 2010-11-28 | 1 | -4/+4 |
| * | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall | 2010-11-24 | 1 | -1/+1 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -24/+38 |
| * | a metric ton of refactoring later, Sema::getLocationOfStringLiteralByte | Chris Lattner | 2010-11-17 | 1 | -0/+69 |