| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make the Stmt::Profile method const, and the StmtProfile visitor | Chandler Carruth | 2011-06-16 | 1 | -1/+1 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -3/+33 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -8/+20 |
| * | Handle overloaded operators in ?: precedence warning | Hans Wennborg | 2011-06-09 | 1 | -1/+8 |
| * | PR9899: handle pseudo-destructors correctly in noexcept() expressions. | Eli Friedman | 2011-05-12 | 1 | -1/+4 |
| * | PR9882: Fix noexcept to deal with dependent new, delete, calls, and | Eli Friedman | 2011-05-11 | 1 | -17/+24 |
| * | I updated this constructor's interface, and didn't have to fix any | Chandler Carruth | 2011-05-02 | 1 | -20/+0 |
| * | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth | 2011-05-01 | 1 | -12/+27 |
| * | Remove the NameQualifier struct, which was just a wrapper around | Chandler Carruth | 2011-05-01 | 1 | -4/+4 |
| * | Several cosmetic changes, no functionality changed. | Chandler Carruth | 2011-05-01 | 1 | -9/+4 |
| * | Move the state bits in DeclRefExpr out of the pointer union and into | Chandler Carruth | 2011-05-01 | 1 | -10/+10 |
| * | 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 |