Age | Commit message (Expand) | Author |
2012-05-03 | Correctly constify clang::CXXMemberCallExpr::getRecordDecl() | David Blaikie |
2012-05-01 | Utilize getLocStart()/getLocEnd() on my recent change. | Argyrios Kyrtzidis |
2012-04-30 | Store the source range of a CXXOperatorCallExpr in the Expr object instead of | Argyrios Kyrtzidis |
2012-04-04 | Move the computation of the lambda mangling information (mangling | Douglas Gregor |
2012-03-07 | AST representation for user-defined literals, plus just enough of semantic | Richard Smith |
2012-02-26 | Reorder members to save padding. | Benjamin Kramer |
2012-02-24 | Implement a new type trait __is_trivially_constructible(T, Args...) | Douglas Gregor |
2012-02-21 | Implement non-internal linkage for lambda closure types that need a | Douglas Gregor |
2012-02-21 | Implement name mangling for lambda expressions that occur within the | Douglas Gregor |
2012-02-20 | Basic support for name mangling of C++11 lambda expressions. Because | Douglas Gregor |
2012-02-16 | Pacify gcc's -Wreturn-type | Matt Beaumont-Gay |
2012-02-16 | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl |
2012-02-16 | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl |
2012-02-16 | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl |
2012-02-14 | Implement AST (de-)serialization for lambda expressions. | Douglas Gregor |
2012-02-13 | Introduce support for template instantiation of lambda | Douglas Gregor |
2012-02-13 | Sink variable into assert | Matt Beaumont-Gay |
2012-02-13 | Split the storage of lambda information between the LambdaExpr and the | Douglas Gregor |
2012-02-13 | Keep track of the set of array index variables we use when we | Douglas Gregor |
2012-02-13 | Don't allocate unused storage for captures/capture initializers in lambda exp... | Douglas Gregor |
2012-02-13 | Move the storage of lambda captures and capture initializers from | Douglas Gregor |
2012-02-11 | Represent C++ direct initializers as ParenListExprs before semantic analysis | Sebastian Redl |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-02-06 | Fixed instantiation of DependentScopeDeclRefExpr. | Abramo Bagnara |
2012-01-27 | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-11-27 | In Sema::MaybeBindToTemporary, create a CXXBindTemporaryExpr for an | Peter Collingbourne |
2011-11-10 | There's no good reason to track temporaries in ExprWithCleanups, | John McCall |
2011-10-05 | Added a flag to identify resolved overloaded function references. | Abramo Bagnara |
2011-09-26 | Re-arrange and bitfieldify data members of CXXConstructExpr to save a | Douglas Gregor |
2011-09-22 | Rename ExplicitTemplateArgumentList -> ASTTemplateArgumentListInfo, no functi... | Argyrios Kyrtzidis |
2011-07-08 | Teach CXXUnresolvedConstructExpr when it should be an | Douglas Gregor |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-04-11 | Add CXXDynamicCastExpr::isAlwaysNull() which will be replacing the cast kind ... | Anders Carlsson |
2011-04-02 | Apply a bug-fix patch from Marcin Kowalczyk to the source locations for | Chandler Carruth |
2011-03-30 | Begin reworking static analyzer support for C++ method calls. The current lo... | Ted Kremenek |
2011-03-13 | Instead of storing an ASTContext* in FunctionProtoTypes with computed noexcep... | Sebastian Redl |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-07 | The conditional needs to be pushed before the branch. Make the test less | John McCall |
2011-03-02 | Fix the source range for a member access expression that includes a | Douglas Gregor |
2011-02-28 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-28 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-25 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-25 | Push nested-name-specifier source-location information into | Douglas Gregor |
2011-02-21 | Pseudo-revirtualize CallExpr::getSourceRange by making it follow the | John McCall |
2011-02-09 | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall |
2011-02-04 | Implement proper (de-)serialization for explicit template argument | Douglas Gregor |
2011-01-27 | Do a proper recursive lookup when deciding whether a class's usual | John McCall |