| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor | 2010-04-23 | 1 | -8/+12 |
| * | Template instantiation for @try and @finally (but not @catch, yet). | Douglas Gregor | 2010-04-22 | 1 | -6/+65 |
| * | Template instantiation for the Objective-C "fast enumeration" | Douglas Gregor | 2010-04-22 | 1 | -4/+46 |
| * | Template instantiation for Objective-C++ @synchronized statements. | Douglas Gregor | 2010-04-22 | 1 | -4/+32 |
| * | Implement template instantiation for Objective-C++ @throw statements. | Douglas Gregor | 2010-04-22 | 1 | -3/+21 |
| * | Some Objective-C++ types and expressions will never change during | Douglas Gregor | 2010-04-22 | 1 | -40/+6 |
| * | When a dependent Objective-C++ message send was able to resolve the | Douglas Gregor | 2010-04-22 | 1 | -8/+2 |
| * | Remove the SelectorLoc argument to Sema::BuildInstanceMesssage and | Douglas Gregor | 2010-04-22 | 1 | -3/+1 |
| * | Expand the one use of TransformPointerLikeType and eliminate this macro. No f... | Douglas Gregor | 2010-04-22 | 1 | -24/+17 |
| * | Implement template instantiation for Objective-C++ message sends. We | Douglas Gregor | 2010-04-22 | 1 | -16/+127 |
| * | CXXNamedCastExpr is actually an abstract expression. | Zhongxing Xu | 2010-04-21 | 1 | -0/+1 |
| * | Keep proper source location information for the type in an Objective-C | Douglas Gregor | 2010-04-20 | 1 | -8/+7 |
| * | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -0/+1 |
| * | Improve diagnostics when an elaborated-type-specifer containing a | Douglas Gregor | 2010-03-31 | 1 | -2/+2 |
| * | Change the representation of dependent elaborated-type-specifiers | Douglas Gregor | 2010-03-31 | 1 | -4/+74 |
| * | Extend DependentNameType with a keyword enum that specifies whether | Douglas Gregor | 2010-03-31 | 1 | -7/+13 |
| * | Re-bind non-dependent CXXTemporaryObjectExpr nodes as temporaries when | Chandler Carruth | 2010-03-31 | 1 | -1/+1 |
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -10/+10 |
| * | Propagate the "found declaration" (i.e. the using declaration instead of | John McCall | 2010-03-30 | 1 | -2/+18 |
| * | 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 |