Age | Commit message (Expand) | Author |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2011-01-04 | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2010-12-24 | When instantiating a non-type template parameter pack, be sure to | Douglas Gregor |
2010-12-08 | Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi... | Francois Pichet |
2010-12-07 | Type traits intrinsic implementation: __is_base_of(T, U) | Francois Pichet |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-15 | Add a new expression kind, OpaqueValueExpr, which is useful for | John McCall |
2010-10-14 | Eliminate usage of ObjCSuperExpr used for | Fariborz Jahanian |
2010-09-10 | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl |
2010-09-08 | Microsoft's __uuidof operator implementation part 1. | Francois Pichet |
2010-09-02 | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | More incremental progress towards not including Expr.h in Sema.h. | John McCall |
2010-08-15 | Call the base class in StmtProfiler::VisitOverloadExpr. | Argyrios Kyrtzidis |
2010-08-15 | Call the correct base class in StmtProfiler::VisitUnresolvedLookupExpr. | Argyrios Kyrtzidis |
2010-07-20 | Update ImplicitCastExpr to be able to represent an XValue. | Sebastian Redl |
2010-07-13 | When computing the canonical profile of a DeclRefExpr or MemberExpr, | Douglas Gregor |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor |
2010-06-04 | Added a field to BlockDeclRefExpr for future use. | Fariborz Jahanian |
2010-05-19 | Fill in some silly defaults to silence a GCC warning | Douglas Gregor |
2010-05-19 | Profile type-dependent uses of overloaded operators in C++ the same | Douglas Gregor |
2010-05-05 | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Sean Hunt |
2010-05-05 | Revert r103072; I accidentally ended up deleting a bunch of trailing | Sean Hunt |
2010-05-05 | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Sean Hunt |
2010-04-29 | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor |
2010-04-28 | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor |
2010-01-29 | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson |
2009-12-15 | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson |
2009-12-02 | r90313, in which OverloadedFunctionDecl is removed and never spoken of again. | John McCall |
2009-12-01 | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall |
2009-11-30 | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall |
2009-11-28 | Remove VISIBILITY_HIDDEN from lib/AST. | Benjamin Kramer |
2009-11-25 | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor |
2009-11-24 | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall |
2009-11-21 | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall |
2009-11-19 | Draw a brighter line between "unresolved" expressions, where we have done the | John McCall |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-09-22 | Add safe part of previous (reverted) commit, necessary to update to LLVM API ... | Daniel Dunbar |
2009-09-22 | Revert "Switch a few clients over to StringLiteral::getString.", this is brea... | Daniel Dunbar |
2009-09-22 | Switch a few clients over to StringLiteral::getString. | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |