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