| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |