| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added AccessSpecDecl node. | Abramo Bagnara | 2010-06-05 | 1 | -0/+9 |
| * | Don't insert in lexical context implicit definitions of static member instances. | Abramo Bagnara | 2010-06-04 | 1 | -1/+2 |
| * | Convert DeclNodes to use TableGen. | Alexis Hunt | 2010-05-30 | 1 | -1/+1 |
| * | Make sure that we instantiate variably modified types, even if they | Douglas Gregor | 2010-05-24 | 1 | -2/+4 |
| * | When instantiating a function declaration within a function template, | Douglas Gregor | 2010-05-21 | 1 | -0/+1 |
| * | When instantiating anonymous structs/unions within a function, make | Douglas Gregor | 2010-05-21 | 1 | -1/+18 |
| * | Revert r104106; it's breaking linking of Boost.Serialization. | Douglas Gregor | 2010-05-19 | 1 | -36/+8 |
| * | Teach clang to instantiate attributes on more declarations. Fixes PR7102. | Douglas Gregor | 2010-05-19 | 1 | -8/+36 |
| * | I hate this commit. | Douglas Gregor | 2010-05-18 | 1 | -70/+33 |
| * | Instantiate attributes on typedefs. This is a quick fix for PR7148, | Douglas Gregor | 2010-05-17 | 1 | -0/+1 |
| * | Diagnose a redefinition error when there are two instantiations of friend | Douglas Gregor | 2010-05-17 | 1 | -1/+29 |
| * | Determine when the instantiation of a friend function defined inside a | Douglas Gregor | 2010-05-17 | 1 | -4/+21 |
| * | C++98/03 [temp.friend]p4 requires that inline function definitions | Douglas Gregor | 2010-05-17 | 1 | -0/+23 |
| * | Whenever we instantiate a function definition or class, enter a new | Douglas Gregor | 2010-05-12 | 1 | -0/+2 |
| * | Improve our handling of the -Wunused-variable warning in templates. In | Douglas Gregor | 2010-05-08 | 1 | -1/+6 |
| * | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | 2010-05-07 | 1 | -0/+4 |
| * | Partial and full specializations of a class template may have a | Douglas Gregor | 2010-05-06 | 1 | -1/+3 |
| * | When instantiating a function that was declared via a typedef, e.g., | Douglas Gregor | 2010-05-04 | 1 | -0/+21 |
| * | When computing the template arguments for the instantiation of a | Douglas Gregor | 2010-05-03 | 1 | -3/+3 |
| * | When instantiating a function-local variable definition, introduce the | Douglas Gregor | 2010-05-03 | 1 | -0/+3 |
| * | When instantiating a member function declared via a typedef, don't try | Douglas Gregor | 2010-05-03 | 1 | -14/+18 |
| * | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor | 2010-04-30 | 1 | -2/+9 |
| * | Introduce a sequence number into class template partial | Douglas Gregor | 2010-04-30 | 1 | -27/+4 |
| * | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -1/+1 |
| * | Recommit r102215, this time being more careful to only set the "principal | John McCall | 2010-04-24 | 1 | -8/+13 |
| * | Revert r102215. This causes clang crash while compiling a test case from gdb ... | Devang Patel | 2010-04-24 | 1 | -6/+0 |
| * | Transition the last acceptable-result filter kind in LookupResult over to use | John McCall | 2010-04-23 | 1 | -0/+6 |
| * | When instantiating a typedef of an anonymous tag type, note in the tag | Douglas Gregor | 2010-04-23 | 1 | -0/+10 |
| * | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -5/+10 |
| * | 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 |