| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Extract a common base class between UnresolvedLookupExpr and | John McCall | 2010-02-02 | 1 | -14/+11 |
| * | Rework base and member initialization in constructors, with several | Douglas Gregor | 2010-01-31 | 1 | -4/+8 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+22 |
| * | Implement access control for overloaded functions. Suppress access control | John McCall | 2010-01-27 | 1 | -1/+32 |
| * | Give UnresolvedSet the ability to store access specifiers for each declaration. | John McCall | 2010-01-20 | 1 | -4/+5 |
| * | When we see a CXXDefaultArgExpr during template instantiation, rebuild | Douglas Gregor | 2009-12-23 | 1 | -2/+4 |
| * | When using a default function argument for a function template (or | Douglas Gregor | 2009-12-23 | 1 | -0/+13 |
| * | Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CX... | Ted Kremenek | 2009-12-23 | 1 | -0/+12 |
| * | When value-initializing a class with no user-defined constructors but | Douglas Gregor | 2009-12-16 | 1 | -11/+15 |