| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a self-host problem caused by this over-eager assertion. I'm not sure | John McCall | 2010-03-11 | 1 | -2/+0 |
| * | Maintain type source information for functions through template | John McCall | 2010-03-11 | 1 | -30/+66 |
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -0/+14 |
| * | Reinstate r97674 with a fix for the assertion that was firing in <list> | Douglas Gregor | 2010-03-03 | 1 | -1/+1 |
| * | Revert r97674; it's causing failures | Douglas Gregor | 2010-03-03 | 1 | -1/+1 |
| * | Implement disambiguation of base class members via a | Douglas Gregor | 2010-03-03 | 1 | -1/+1 |
| * | Use CXXTemporaryObjectExpr for explicitly-constructed temporaries. We | Douglas Gregor | 2010-03-02 | 1 | -1/+9 |
| * | Finish pushing source-location information though TreeTransform's | Douglas Gregor | 2010-03-01 | 1 | -6/+15 |
| * | When looking for the instantiated declaration that corresponds to a | Douglas Gregor | 2010-03-01 | 1 | -23/+45 |
| * | Make sure to mark constructors, operator new, and operator delete as | Douglas Gregor | 2010-02-26 | 1 | -2/+56 |
| * | When we decide to re-use an existing CXXConstructExpr node, make sure | Douglas Gregor | 2010-02-26 | 1 | -1/+3 |
| * | Add "template" keyword at strategic position to fix | Gabor Greif | 2010-02-25 | 1 | -1/+2 |
| * | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -32/+10 |
| * | Use CXXPseudoDestructorExpr as the stored representation for dependent | Douglas Gregor | 2010-02-25 | 1 | -24/+57 |
| * | Keep track of the location of the '~' in a pseudo-destructor expression. | Douglas Gregor | 2010-02-24 | 1 | -1/+4 |
| * | Retain complete source information for the type after the '~' in a | Douglas Gregor | 2010-02-24 | 1 | -32/+67 |
| * | Rework parsing of pseudo-destructor expressions and explicit | Douglas Gregor | 2010-02-24 | 1 | -1/+3 |
| * | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -11/+33 |
| * | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -72/+99 |
| * | Fix a fiendinshly fun little type-canonicalization bug, where we were | Douglas Gregor | 2010-02-13 | 1 | -2/+6 |
| * | This doesn't seem to be used code as it didn't break any tests, but fix the | Chandler Carruth | 2010-02-08 | 1 | -1/+1 |
| * | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -4/+8 |
| * | Provide a real fix for PR6199, reverting the old workaround. Here, we | Douglas Gregor | 2010-02-03 | 1 | -0/+6 |
| * | Remove abstract expression kinds from the StmtClass enum. Update a few users | John McCall | 2010-02-03 | 1 | -14/+2 |
| * | Use IdentifierInfo * instead of std::string for the AsmStmt names. | Anders Carlsson | 2010-01-30 | 1 | -4/+4 |
| * | More asm cleanup. | Anders Carlsson | 2010-01-30 | 1 | -1/+7 |
| * | Add an CXXBindReferenceExpr (not used just yet). | Anders Carlsson | 2010-01-29 | 1 | -0/+10 |
| * | Preserve access bits through overload resolution much better. Some | John McCall | 2010-01-26 | 1 | -10/+3 |
| * | Implement instantiation of AsmStmts (Crazy, I know) | Anders Carlsson | 2010-01-24 | 1 | -3/+84 |
| * | The type of a compound literal expression is not necessarily the same as the | John McCall | 2010-01-19 | 1 | -0/+4 |
| * | Preserve type source information in compound literal expressions. | John McCall | 2010-01-18 | 1 | -16/+9 |
| * | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 1 | -1/+5 |
| * | Preserve type source information for C++ named casts through template | John McCall | 2010-01-15 | 1 | -20/+16 |
| * | Don't lose type source information when rebuilding C-style cast expressions. | John McCall | 2010-01-15 | 1 | -5/+2 |
| * | Preserve type source information in explicit cast expressions. | John McCall | 2010-01-15 | 1 | -33/+48 |
| * | Don't repeat lookup when instantiating resolved member expressions. | John McCall | 2010-01-15 | 1 | -5/+23 |
| * | Add type source information for both kinds of typeof types. | John McCall | 2010-01-13 | 1 | -14/+14 |
| * | Add an "implicit" bit to CXXThisExpr, so that we can track | Douglas Gregor | 2010-01-07 | 1 | -3/+5 |
| * | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -10/+0 |
| * | Add test case for PR5868, and improve location information slightly for impli... | Douglas Gregor | 2009-12-24 | 1 | -0/+1 |
| * | When rebuilding a MemberExpr that refers to an anonymous union, be | Douglas Gregor | 2009-12-24 | 1 | -1/+4 |
| * | When transforming CXXExprWithTemporaries and CXXBindTemporaryExpr | Douglas Gregor | 2009-12-24 | 1 | -20/+7 |
| * | When we see a CXXDefaultArgExpr during template instantiation, rebuild | Douglas Gregor | 2009-12-23 | 1 | -3/+5 |
| * | When transforming a C++ "new" expression that was not explicitly given | Douglas Gregor | 2009-12-22 | 1 | -0/+25 |
| * | When we simply return a retained member expression when instantiating, we mus... | Anders Carlsson | 2009-12-22 | 1 | -1/+6 |
| * | Check in a rudimentary FullExpr class that isn't used anywhere yet. Rename Ac... | Anders Carlsson | 2009-12-16 | 1 | -6/+6 |
| * | ShouldDestroyTemporaries? I don't think so. | Anders Carlsson | 2009-12-15 | 1 | -2/+1 |
| * | Improve template instantiation for object constructions in several ways: | Douglas Gregor | 2009-12-14 | 1 | -31/+22 |
| * | When rebuilding CXXConstructExprs after a transformation, use | Douglas Gregor | 2009-12-14 | 1 | -5/+10 |
| * | Fix template instantiation for non-dependent calls to overloaded call | Douglas Gregor | 2009-12-13 | 1 | -0/+62 |