Age | Commit message (Expand) | Author |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-16 | Fix PR5488: special-case the overloaded arrow operator so that we don't try to | Eli Friedman |
2009-11-13 | When transforming an expression statement (e.g., for template | Douglas Gregor |
2009-11-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-09 | When transforming an InitListExpr, if we already computed a non-dependent typ... | Douglas Gregor |
2009-11-05 | When instantiating a UnaryOperator, allow the resulting expression to | Douglas Gregor |
2009-11-04 | When instantiating a MemberExpr, be sure to instantiate the | Douglas Gregor |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-11-04 | When performing template instantiation (transformation) of | Douglas Gregor |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-11-03 | Replace the code that parses member access expressions after "." or | Douglas Gregor |
2009-10-30 | Report accurate source-location information when rebuilding types during | John McCall |
2009-10-29 | Slightly improve source-location information during template instantiation | Douglas Gregor |
2009-10-29 | Properly instantiate usage of overloaded operator []. Fixes PR5345. | Sebastian Redl |
2009-10-29 | A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declarat... | John McCall |
2009-10-29 | Yet more instantiation-location information. Fixes PR5336. | Douglas Gregor |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-28 | Slightly improve source location information during template instantiation | Douglas Gregor |
2009-10-27 | Only set the point of instantiation for an implicit or explicit | Douglas Gregor |
2009-10-23 | Apply the special enum restrictions from [over.match.oper]p3b2 in argument-de... | Sebastian Redl |
2009-10-23 | Eliminate QualifiedDeclRefExpr, which captured the notion of a | Douglas Gregor |
2009-10-23 | Rebuild dependently-sized ext vectors if either the element type or the size | John McCall |
2009-10-23 | Silence GCC 4.3 warning. | Benjamin Kramer |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-22 | When building and instantiating a template-id reference expression, such as | Douglas Gregor |
2009-10-21 | Initialize using the base location provided by the derived implementation, | John McCall |
2009-10-21 | Rewrite TreeTransform to transform types as DeclaratorInfos rather than as bare | John McCall |
2009-10-20 | Handle substitutions into the "first qualifier in scope" of a | Douglas Gregor |
2009-10-19 | Parse a simple-template-id following a '~' when calling a destructor, e.g., | Douglas Gregor |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-09-29 | Introduce ObjCProtocolListType type subclass. | Argyrios Kyrtzidis |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Initial stab at implement dependent member references to member | Douglas Gregor |
2009-09-07 | BuildCXXConstructExpr now takes a MultiExprArg. | Anders Carlsson |
2009-09-05 | Pass the ConstructLoc to BuildCXXConstructExpr. | Anders Carlsson |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-04 | Implement AST, semantics, and CodeGen for C++ pseudo-destructor | Douglas Gregor |
2009-09-03 | Implement tree transformations for DeclarationNames. Among other | Douglas Gregor |
2009-09-03 | Improve template instantiation for member access expressions that | Douglas Gregor |
2009-09-03 | Improved handling for dependent, qualified member access expressions, e.g., | Douglas Gregor |
2009-09-02 | Rewrite of our handling of name lookup in C++ member access expressions, e.g., | Douglas Gregor |
2009-09-01 | Fix a crasher involving template instantiation of non-dependent | Douglas Gregor |
2009-09-01 | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson |
2009-09-01 | Preliminary AST representation and semantic analysis for | Douglas Gregor |
2009-08-31 | Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate | Douglas Gregor |
2009-08-31 | Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will | Douglas Gregor |
2009-08-31 | Implement template instantiation for member operator access. | Douglas Gregor |