Age | Commit message (Expand) | Author |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-10-25 | Implement support for dependent Microsoft __if_exists/__if_not_exists | Douglas Gregor |
2011-10-11 | Initial implementation of __atomic_* (everything except __atomic_is_lock_free). | Eli Friedman |
2011-07-15 | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall |
2011-06-21 | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-06-04 | Add support for builtin astype: | Tanya Lattner |
2011-04-28 | Parsing/AST support for Structured Exception Handling | John Wiegley |
2011-04-28 | Implementation of Embarcadero array type traits | John Wiegley |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-15 | C1X: implement generic selections | Peter Collingbourne |
2011-04-14 | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith |
2011-03-11 | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne |
2011-02-17 | Change the representation of GNU ?: expressions to use a different expression | John McCall |
2011-02-09 | AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions | Peter Collingbourne |
2011-02-09 | Remove vtables from the Stmt hierarchy; this was pretty easy as | John McCall |
2011-01-15 | Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr, | 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-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-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-25 | Support UnresolvedMemberExpr for PCH. | Argyrios Kyrtzidis |
2010-06-16 | Implement first TD-based usage of attributes. | Sean Hunt |
2010-05-30 | Move .td files from AST to Basic. | Sean Hunt |