| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -13/+21 |
* | Have CXXDeleteExpr::getDestroyedType return the actual destroyed type | Craig Silverstein | 2010-11-16 | 1 | -2/+3 |
* | Improve source-location information for CXXConstructExpr nodes, by | Douglas Gregor | 2010-11-03 | 1 | -3/+16 |
* | Fixes an assertion violation when bind to temporary | Fariborz Jahanian | 2010-11-02 | 1 | -1/+3 |
* | Rename alignof -> alignOf to avoid irritating C++'0x compilers, | Chris Lattner | 2010-10-30 | 1 | -6/+6 |
* | Add helper for extracting the CXXRecordDecl for the implicit argument to | Chandler Carruth | 2010-10-27 | 1 | -0/+11 |
* | Improve the tracking of source locations for parentheses in constructor calls. | Chandler Carruth | 2010-10-25 | 1 | -21/+21 |
* | Had the wrong type for ArgType. :-( Fixed. | Craig Silverstein | 2010-10-20 | 1 | -1/+1 |
* | The type-to-delete may not be a pointer if it's a dependent type. | Craig Silverstein | 2010-10-20 | 1 | -1/+5 |
* | When marking the declarations in a default argument expression as | Douglas Gregor | 2010-09-14 | 1 | -0/+13 |
* | Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ... | Sebastian Redl | 2010-09-13 | 1 | -198/+0 |
* | Define and implement CXXNoexceptExpr. Create it in Sema. | Sebastian Redl | 2010-09-10 | 1 | -0/+7 |
* | Add proper type-source information to UnaryTypeTraitExpr, including | Douglas Gregor | 2010-09-09 | 1 | -28/+27 |
* | Microsoft's __uuidof operator implementation part 1. | Francois Pichet | 2010-09-08 | 1 | -0/+16 |
* | Provide proper type-source location information for | Douglas Gregor | 2010-09-08 | 1 | -14/+27 |
* | Improve source-location information for CXXNewExpr, by hanging on to | Douglas Gregor | 2010-09-07 | 1 | -1/+3 |
* | Implement __has_virtual_destructor. Patch by Steven Watanabe. | Sebastian Redl | 2010-09-02 | 1 | -0/+10 |
* | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor | 2010-09-02 | 1 | -17/+0 |
* | Implement the __has_nothrow trait family, by Steven Watanabe. | Sebastian Redl | 2010-08-31 | 1 | -0/+102 |
* | Regularize the API for accessing explicit template arguments. | John McCall | 2010-08-19 | 1 | -1/+1 |
* | Added locations and type source info for DeclarationName. | Abramo Bagnara | 2010-08-11 | 1 | -31/+24 |
* | Store inheritance paths after CastExprs instead of inside them. | John McCall | 2010-08-07 | 1 | -0/+94 |
* | Remove a bunch of trivial destructors | Douglas Gregor | 2010-07-25 | 1 | -2/+0 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -47/+0 |
* | Downgrade the "when type is in parentheses, array cannot have dynamic | Douglas Gregor | 2010-07-13 | 1 | -3/+3 |
* | Add PCH support for the remaining C++ exprs. | Argyrios Kyrtzidis | 2010-07-10 | 1 | -8/+0 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -3/+3 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -3/+3 |
* | Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its | Douglas Gregor | 2010-07-07 | 1 | -3/+3 |
* | Support DependentScopeDeclRefExpr for PCH. | Argyrios Kyrtzidis | 2010-06-28 | 1 | -0/+13 |
* | Support UnresolvedLookupExpr for PCH. | Argyrios Kyrtzidis | 2010-06-25 | 1 | -0/+12 |
* | Support UnresolvedMemberExpr for PCH. | Argyrios Kyrtzidis | 2010-06-25 | 1 | -2/+23 |
* | Support a couple more C++ Exprs for PCH. | Argyrios Kyrtzidis | 2010-06-24 | 1 | -0/+31 |
* | Move OverloadExpr over to a ASTContext-allocated pointer for its | Douglas Gregor | 2010-05-23 | 1 | -4/+26 |
* | Provide the overloaded functions for UnresolvedLookupExpr and | Douglas Gregor | 2010-05-23 | 1 | -6/+13 |
* | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara | 2010-05-20 | 1 | -2/+2 |
* | Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTConte... | Ted Kremenek | 2010-05-10 | 1 | -10/+9 |
* | Fix refacto in r103387, noticed by Christopher Jefferson. | Daniel Dunbar | 2010-05-10 | 1 | -1/+1 |
* | pch'ify CXXNewExpr and CXXZeroInitValueExpr | Chris Lattner | 2010-05-10 | 1 | -5/+15 |
* | fix refactor-o | Chris Lattner | 2010-05-10 | 1 | -1/+1 |
* | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner | 2010-05-10 | 1 | -5/+14 |
* | Change CXXConstructExpr::Create to take a ConstructionKind. | Anders Carlsson | 2010-05-02 | 1 | -3/+2 |
* | Add an enum to CXXConstructExpr so we can determine if the construction expre... | Anders Carlsson | 2010-05-02 | 1 | -5/+6 |
* | When explicitly building a temporary object (CXXTemporaryObjectExpr), | Douglas Gregor | 2010-04-27 | 1 | -2/+3 |
* | During template instantiation, set the naming class of | Douglas Gregor | 2010-04-27 | 1 | -8/+8 |
* | Improve source-location information in a C++ typeid (type) expression | Douglas Gregor | 2010-04-26 | 1 | -2/+11 |
* | Use the naming class from the overloaded lookup when access-checking an | John McCall | 2010-04-22 | 1 | -0/+7 |
* | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -2/+17 |
* | Retain complete source information for the type after the '~' in a | Douglas Gregor | 2010-02-24 | 1 | -0/+7 |
* | Fix leak in CXXNewExpr where the SubExprs array would get allocated directly ... | Ted Kremenek | 2010-02-11 | 1 | -2/+10 |