Age | Commit message (Expand) | Author |
2010-04-12 | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor |
2010-04-09 | Instantiate default argument expressions even if their associated parameter | John McCall |
2010-04-08 | Set access properly on instantiated friend class template declarations. | John McCall |
2010-04-08 | Introduce an egregious hack to work around a bug in libstdc++ 4.2.x's | Douglas Gregor |
2010-04-08 | Implement dependent friend function template specializations. | John McCall |
2010-04-07 | Improve handling of friend types in several ways: | Douglas Gregor |
2010-03-31 | Improve diagnostics when an elaborated-type-specifer containing a | Douglas Gregor |
2010-03-30 | the big refactoring bits of PR3782. | Rafael Espindola |
2010-03-27 | Implement method friends in class templates and fix a few related problems. | John McCall |
2010-03-26 | Put function templates instantiated from friend declarations in the correct | John McCall |
2010-03-26 | Reapply r99596 with a fix: link an instantiated friend function to its | John McCall |
2010-03-26 | Apparently that didn't work. Reverting for now. | John McCall |
2010-03-26 | Properly instantiate and link in friend function templates. | John McCall |
2010-03-25 | Preserve type-source information in friend declarations. | John McCall |
2010-03-25 | Properly instantiate friend class template declarations and link them into | John McCall |
2010-03-25 | Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt | Bob Wilson |
2010-03-25 | Properly instantiate and link in friend-class-template declarations. | John McCall |
2010-03-24 | When pulling apart an initializer that involves a CXXConstructExpr, do | Douglas Gregor |
2010-03-24 | Implement a framework for the delay of arbitrary diagnostics within | John McCall |
2010-03-15 | Remember declaration scope qualifiers in the AST. Imposes no memory overhead | John McCall |
2010-03-11 | Maintain type source information for functions through template | John McCall |
2010-03-10 | Create a new InjectedClassNameType to represent bare-word references to the | John McCall |
2010-03-02 | Unify initializer-instantiation code for variable declarations and | Douglas Gregor |
2010-03-01 | When looking for a redeclaration of a static variable, only look for redeclar... | Douglas Gregor |
2010-03-01 | When instantiating a function-scoped enum, make sure that it and its | Douglas Gregor |
2010-03-01 | Robustify instantiation of templates when there are errors in the | Douglas Gregor |
2010-03-01 | When looking for the instantiated declaration that corresponds to a | Douglas Gregor |
2010-02-16 | Do not try to instantiate invalid declarations. It's a recipe for | Douglas Gregor |
2010-02-16 | Support local namespace aliases and permit them to be instantiated. | John McCall |
2010-02-13 | Skip implicit instantiation of templated variables where a more recent | Chandler Carruth |
2010-02-11 | Eliminate a bunch of unnecessary ASTContexts from members functions of | Douglas Gregor |
2010-02-09 | Migrate the mish-mash of declaration checks in | Douglas Gregor |
2010-02-07 | Workaround for friend template instantiation crash in PR5848, from Keir Mierle! | Douglas Gregor |
2010-02-06 | Teach Sema how to instantiate a local function declaration properly. Fixes | John McCall |
2010-02-05 | Cope with finding the "instantiated" declaration when we are | Douglas Gregor |
2010-02-05 | Fix two issues with the substitution of template template parameters | Douglas Gregor |
2010-02-03 | Look through CXXExprWithTemporaries when digging out the original | Douglas Gregor |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2010-01-23 | Preserve access for enum constants during template instantiation. | John McCall |
2010-01-22 | Create function, block, and template parameters in the context of the | John McCall |
2010-01-20 | First pass at collecting access-specifier information along inheritance paths. | John McCall |
2010-01-18 | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor |
2010-01-16 | Introduce a second queue of "local" pending implicit instantiation, | Douglas Gregor |
2010-01-16 | When we are instantiating a member function of a local class, be sure | Douglas Gregor |
2009-12-30 | Typedefs can be redeclared. That seems like something we should record in | John McCall |
2009-12-24 | Egregious, disgusting workaround for PR5866. We need to rework how we | Douglas Gregor |
2009-12-22 | Add using shadow decls to the "instantiated locals" map, fixing PR5847. | John McCall |
2009-12-17 | Patch over yet more problems with friend declarations which were provoking | John McCall |
2009-12-15 | Link up member-class redeclarations during template instantiation. | John McCall |
2009-12-14 | Fix PR5716 by bandaging over the solution until we can come back to it. | John McCall |