| Commit message (Expand) | Author | Age | Files | Lines |
* | When we see a 'template' disambiguator that marks the next identifier | Douglas Gregor | 2010-06-16 | 1 | -13/+17 |
* | Fix the recently-added warning about 'typename' and 'template' | Douglas Gregor | 2010-06-16 | 1 | -2/+2 |
* | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -3/+6 |
* | Split DependentNameType into two types. DependentNameType represents the | John McCall | 2010-06-11 | 1 | -42/+85 |
* | Simplify the methods for creating a pointer, reference, member-pointer, | John McCall | 2010-06-05 | 1 | -9/+9 |
* | Require a complete type when performing the qualified lookup during | John McCall | 2010-05-27 | 1 | -0/+3 |
* | When transforming a C++ "new" expression's constructor arguments, drop | Douglas Gregor | 2010-05-26 | 1 | -0/+3 |
* | tweak to (hopefully) fix darwin[89] buildbots. Thanks to Doug for the suggest... | Jim Grosbach | 2010-05-19 | 1 | -1/+1 |
* | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -32/+70 |
* | Fix an obvious goof that rjmccall found by inspection. No testcase, suggestions | Chandler Carruth | 2010-05-19 | 1 | -1/+1 |
* | Switch over the tablegen to use much prettier range technology | Alexis Hunt | 2010-05-18 | 1 | -3/+3 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -20/+16 |
* | Revert r103770, "Added basic source locations to Elaborated and DependentName | Daniel Dunbar | 2010-05-14 | 1 | -36/+9 |
* | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-14 | 1 | -9/+36 |
* | Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the | John McCall | 2010-05-13 | 1 | -5/+13 |
* | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -66/+31 |
* | Fix a silly bootstrap-breaking thinko, where we were trying to convert | Douglas Gregor | 2010-05-08 | 1 | -20/+28 |
* | When instantiating statements that involve conditions (if, while, do, | Douglas Gregor | 2010-05-08 | 1 | -51/+58 |
* | Fixed DISABLE_SMART_POINTERS breakage | Douglas Gregor | 2010-05-06 | 1 | -6/+14 |
* | Rework our handling of temporary objects within the conditions of | Douglas Gregor | 2010-05-06 | 1 | -24/+44 |
* | Reapplying patch to change StmtNodes.def to StmtNodes.td, this time | Alexis Hunt | 2010-05-05 | 1 | -7/+7 |
* | Revert r103072; I accidentally ended up deleting a bunch of trailing | Alexis Hunt | 2010-05-05 | 1 | -213/+213 |
* | Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes | Alexis Hunt | 2010-05-05 | 1 | -213/+213 |
* | Fix a thinko that caused us not to compute __builtin_offset as a | Douglas Gregor | 2010-04-30 | 1 | -0/+1 |
* | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor | 2010-04-30 | 1 | -7/+9 |
* | Teach __builtin_offsetof to compute the offsets of members of base | Douglas Gregor | 2010-04-29 | 1 | -0/+4 |
* | Fix template instantiation for __builtin_offfsetof expressions that refer to ... | Douglas Gregor | 2010-04-28 | 1 | -0/+3 |
* | Completely reimplement __builtin_offsetof, based on a patch by Roberto | Douglas Gregor | 2010-04-28 | 1 | -0/+71 |
* | During template instantiation, set the naming class of | Douglas Gregor | 2010-04-27 | 1 | -27/+10 |
* | When instantiating UnresolvedLookupExpr and UnresolvedMemberExpr | Douglas Gregor | 2010-04-27 | 1 | -0/+40 |
* | Improve source-location information in a C++ typeid (type) expression | Douglas Gregor | 2010-04-26 | 1 | -25/+18 |
* | Implement template instantiation for implicit property references in | Douglas Gregor | 2010-04-26 | 1 | -3/+44 |
* | Implement template instantiation for ObjCPropertyRefExpr. | Douglas Gregor | 2010-04-26 | 1 | -4/+45 |
* | Implement template instantiation for value-dependent Objective-C ivar | Douglas Gregor | 2010-04-26 | 1 | -6/+83 |
* | Implement template instantiation for Objective-C @catch | Douglas Gregor | 2010-04-26 | 1 | -3/+55 |
* | Keep track of when DependentNameTypes have no associated keyword | Douglas Gregor | 2010-04-24 | 1 | -3/+2 |
* | 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 |