| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only set the point of instantiation for an implicit or explicit | Douglas Gregor | 2009-10-27 | 1 | -0/+5 |
| * | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl | 2009-10-23 | 1 | -1/+2 |
| * | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor | 2009-10-23 | 1 | -50/+34 |
| * | Rebuild dependently-sized ext vectors if either the element type or the size | John McCall | 2009-10-23 | 1 | -1/+2 |
| * | Silence GCC 4.3 warning. | Benjamin Kramer | 2009-10-23 | 1 | -2/+1 |
| * | When building types from declarators, instead of building two types (one for | John McCall | 2009-10-22 | 1 | -46/+4 |
| * | When building and instantiating a template-id reference expression, such as | Douglas Gregor | 2009-10-22 | 1 | -5/+17 |
| * | Initialize using the base location provided by the derived implementation, | John McCall | 2009-10-21 | 1 | -1/+1 |
| * | Rewrite TreeTransform to transform types as DeclaratorInfos rather than as bare | John McCall | 2009-10-21 | 1 | -256/+655 |
| * | Handle substitutions into the "first qualifier in scope" of a | Douglas Gregor | 2009-10-20 | 1 | -5/+19 |
| * | Parse a simple-template-id following a '~' when calling a destructor, e.g., | Douglas Gregor | 2009-10-19 | 1 | -8/+31 |
| * | When performing template-substitution into a type, don't just replace the | John McCall | 2009-10-18 | 1 | -0/+7 |
| * | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall | 2009-10-16 | 1 | -92/+0 |
| * | Introduce ObjCProtocolListType type subclass. | Argyrios Kyrtzidis | 2009-09-29 | 1 | -0/+7 |
| * | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall | 2009-09-24 | 1 | -25/+22 |
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -1110/+1109 |
| * | Initial stab at implement dependent member references to member | Douglas Gregor | 2009-09-09 | 1 | -40/+112 |
| * | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson | 2009-09-07 | 1 | -3/+1 |
| * | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson | 2009-09-05 | 1 | -1/+3 |
| * | Basic support for representing elaborated type specifiers | John McCall | 2009-09-05 | 1 | -0/+20 |
| * | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor | 2009-09-04 | 1 | -0/+67 |
| * | Implement tree transformations for DeclarationNames. Among other | Douglas Gregor | 2009-09-03 | 1 | -5/+51 |
| * | Improve template instantiation for member access expressions that | Douglas Gregor | 2009-09-03 | 1 | -16/+34 |
| * | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor | 2009-09-03 | 1 | -20/+51 |
| * | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor | 2009-09-02 | 1 | -3/+10 |
| * | Fix a crasher involving template instantiation of non-dependent | Douglas Gregor | 2009-09-01 | 1 | -7/+3 |
| * | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson | 2009-09-01 | 1 | -0/+11 |
| * | Preliminary AST representation and semantic analysis for | Douglas Gregor | 2009-09-01 | 1 | -1/+1 |
| * | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor | 2009-08-31 | 1 | -64/+24 |
| * | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor | 2009-08-31 | 1 | -13/+18 |
| * | Implement template instantiation for member operator access. | Douglas Gregor | 2009-08-31 | 1 | -9/+7 |
| * | When a member reference expression includes a qualifier on the member | Douglas Gregor | 2009-08-26 | 1 | -0/+60 |
| * | Source location information for ? and : in a ConditionalOperator, from Enea Z... | Douglas Gregor | 2009-08-26 | 1 | -5/+2 |
| * | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -2/+3 |
| * | BuildCXXConstructExpr now returns an OwningExprResult. | Anders Carlsson | 2009-08-25 | 1 | -4/+2 |
| * | fix a GCC type punning warning. | Chris Lattner | 2009-08-24 | 1 | -4/+2 |
| * | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian | 2009-08-20 | 1 | -2/+2 |
| * | Refactor the instantiation of statements into a generic tree | Douglas Gregor | 2009-08-20 | 1 | -15/+706 |
| * | Introduce LocInfoType which is a Sema-specific implementation detail. | Argyrios Kyrtzidis | 2009-08-19 | 1 | -1/+1 |
| * | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian | 2009-08-18 | 1 | -1/+2 |
| * | BuildCXXConstructExpr doesn't need to take an ASTContext. | Anders Carlsson | 2009-08-15 | 1 | -2/+1 |
| * | Make the CXXDefaultArgExpr constructor protected and add a static Create func... | Anders Carlsson | 2009-08-14 | 1 | -1/+1 |
| * | Fix DISABLE_SMART_POINTERS build | Douglas Gregor | 2009-08-11 | 1 | -1/+2 |
| * | Refactor the template-instantiation logic for expressions into a | Douglas Gregor | 2009-08-11 | 1 | -21/+2343 |
| * | Minor refactoring to introduce a new transformation function, | Douglas Gregor | 2009-08-06 | 1 | -1/+18 |
| * | When we encounter a dependent type that was parsed before we know that | Douglas Gregor | 2009-08-06 | 1 | -1/+1 |
| * | Implement transformation of template names within the generic tree | Douglas Gregor | 2009-08-06 | 1 | -2/+164 |
| * | Implement transformation of nested-name-specifiers within the general | Douglas Gregor | 2009-08-06 | 1 | -4/+135 |
| * | Move the template instantiation logic for template arguments into the | Douglas Gregor | 2009-08-04 | 1 | -4/+86 |
| * | Refactor template instantiation for types into a generic tree | Douglas Gregor | 2009-08-04 | 1 | -0/+1135 |