Age | Commit message (Expand) | Author |
2010-05-07 | When we encounter a non-dependent type during template instantiation, | Douglas Gregor |
2010-05-06 | Partial and full specializations of a class template may have a | Douglas Gregor |
2010-05-04 | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor |
2010-05-03 | When computing the template arguments for the instantiation of a | Douglas Gregor |
2010-05-03 | When instantiating a function-local variable definition, introduce the | Douglas Gregor |
2010-05-03 | When instantiating a member function declared via a typedef, don't try | Douglas Gregor |
2010-04-30 | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor |
2010-04-30 | Introduce a sequence number into class template partial | Douglas Gregor |
2010-04-27 | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall |
2010-04-24 | Recommit r102215, this time being more careful to only set the "principal | John McCall |
2010-04-24 | Revert r102215. This causes clang crash while compiling a test case from gdb ... | Devang Patel |
2010-04-23 | Transition the last acceptable-result filter kind in LookupResult over to use | John McCall |
2010-04-23 | When instantiating a typedef of an anonymous tag type, note in the tag | Douglas Gregor |
2010-04-19 | Keep track of the actual storage specifier written on a variable or | Douglas Gregor |
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 |