| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Fix http://llvm.org/PR7660 | Argyrios Kyrtzidis | 2010-07-19 | 1 | -1/+2 | 
| *  | Set DeclContext of ParamVarDecl only. No need | Fariborz Jahanian | 2010-07-13 | 1 | -2/+1 | 
| *  | More block instantiation stuff. Set variable/param DeclContext | Fariborz Jahanian | 2010-07-13 | 1 | -0/+4 | 
| *  | When performing substitution of template arguments within the body of | Douglas Gregor | 2010-07-08 | 1 | -1/+11 | 
| *  | Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of... | Argyrios Kyrtzidis | 2010-07-07 | 1 | -2/+2 | 
| *  | Fix multiple emission of the this-> fixit for each instantiation by fixing the | Nick Lewycky | 2010-07-06 | 1 | -0/+8 | 
| *  | Move the "current scope" state from the Parser into Action. This | Douglas Gregor | 2010-07-02 | 1 | -1/+1 | 
| *  | Revert r106099; it broke self-host. | Douglas Gregor | 2010-06-16 | 1 | -6/+1 | 
| *  | Added TemplateTypeParmType::getDecl(). | Abramo Bagnara | 2010-06-16 | 1 | -1/+6 | 
| *  | Make sure that we instantiate variably modified types, even if they | Douglas Gregor | 2010-05-24 | 1 | -5/+7 | 
| *  | Revert r104106; it's breaking linking of Boost.Serialization. | Douglas Gregor | 2010-05-19 | 1 | -3/+1 | 
| *  | Teach clang to instantiate attributes on more declarations. Fixes PR7102. | Douglas Gregor | 2010-05-19 | 1 | -1/+3 | 
| *  | Rework when and how vtables are emitted, by tracking where vtables are | Douglas Gregor | 2010-05-13 | 1 | -17/+13 | 
| *  | Whenever we instantiate a function definition or class, enter a new | Douglas Gregor | 2010-05-12 | 1 | -0/+2 | 
| *  | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -10/+16 | 
| *  | When we encounter a non-dependent type during template instantiation, | Douglas Gregor | 2010-05-07 | 1 | -3/+12 | 
| *  | Partial and full specializations of a class template may have a | Douglas Gregor | 2010-05-06 | 1 | -0/+2 | 
| *  | When computing the template arguments for the instantiation of a | Douglas Gregor | 2010-05-03 | 1 | -3/+11 | 
| *  | Clean up our handling of local instantiation scopes, which keep track | Douglas Gregor | 2010-04-30 | 1 | -26/+36 | 
| *  | Introduce a sequence number into class template partial | Douglas Gregor | 2010-04-30 | 1 | -7/+6 | 
| *  | Properly switch into the declaring scope of a template when performing | John McCall | 2010-04-29 | 1 | -3/+2 | 
| *  | Implement template instantiation for Objective-C @catch | Douglas Gregor | 2010-04-26 | 1 | -1/+15 | 
| *  | Introduce a limit on the depth of the template instantiation backtrace | Douglas Gregor | 2010-04-20 | 1 | -1/+21 | 
| *  | Keep track of the actual storage specifier written on a variable or | Douglas Gregor | 2010-04-19 | 1 | -1/+2 | 
| *  | Make sure that we don't visit redeclarations of nested classes while | Douglas Gregor | 2010-04-18 | 1 | -1/+4 | 
| *  | When creating the implicitly-declared special member functions, be | Douglas Gregor | 2010-04-12 | 1 | -1/+1 | 
| *  | Be sure to instantiate the parameters of a function, even when the | Douglas Gregor | 2010-04-12 | 1 | -36/+35 | 
| *  | Only complain about explicit instantiations following explicit | Douglas Gregor | 2010-04-09 | 1 | -0/+13 | 
| *  | Instantiate default argument expressions even if their associated parameter | John McCall | 2010-04-09 | 1 | -0/+50 | 
| *  | Reinstate my CodeModificationHint -> FixItHint renaming patch, without | Douglas Gregor | 2010-03-31 | 1 | -2/+2 | 
| *  | Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder | Douglas Gregor | 2010-03-31 | 1 | -2/+2 | 
| *  | Rename CodeModificationHint to FixItHint, since we've been using the | Douglas Gregor | 2010-03-31 | 1 | -2/+2 | 
| *  | Improve diagnostics when printing a template instantiation backtrace | Douglas Gregor | 2010-03-30 | 1 | -2/+14 | 
| *  | After performing template argument deduction for a function template, | Douglas Gregor | 2010-03-28 | 1 | -93/+5 | 
| *  | Improve our handling of local instantiation scopes in two related ways: | Douglas Gregor | 2010-03-25 | 1 | -2/+5 | 
| *  | Each non-local class instantiation is its own local instantiation | Douglas Gregor | 2010-03-24 | 1 | -0/+6 | 
| *  | Preserve the inherited-default-argument bit through instantiation. | John McCall | 2010-03-12 | 1 | -0/+2 | 
| *  | Maintain type source information for functions through template | John McCall | 2010-03-11 | 1 | -0/+62 | 
| *  | Finish pushing source-location information though TreeTransform's | Douglas Gregor | 2010-03-01 | 1 | -2/+2 | 
| *  | When looking for the instantiated declaration that corresponds to a | Douglas Gregor | 2010-03-01 | 1 | -6/+7 | 
| *  | Restore the invariant that a nested-name-specifier can only contain | Douglas Gregor | 2010-02-25 | 1 | -1/+1 | 
| *  | Implement support for parsing pseudo-destructor expression with a nested-name... | Douglas Gregor | 2010-02-21 | 1 | -1/+1 | 
| *  | Improve parsing and instantiation of destructor names, so that we can | Douglas Gregor | 2010-02-16 | 1 | -2/+4 | 
| *  | Fix instantiation of template functions with local classes that contain virtual | Chandler Carruth | 2010-02-15 | 1 | -1/+10 | 
| *  | More vtable layout dumper improvements. Handle destructors, dump the complete... | Anders Carlsson | 2010-02-11 | 1 | -2/+1 | 
| *  | Eliminate the ASTContext parameter from RecordDecl::getDefinition() | Douglas Gregor | 2010-02-11 | 1 | -4/+4 | 
| *  | When substituting a declaration non-type template argument for a | Douglas Gregor | 2010-02-08 | 1 | -8/+14 | 
| *  | Thread a source location into the template-argument deduction routines.  There | John McCall | 2010-02-08 | 1 | -3/+5 | 
| *  | Use a substituted type when determining how to substitute in non-type template | John McCall | 2010-02-06 | 1 | -35/+32 | 
| *  | Extract a function to instantiate references to value template parameters. | John McCall | 2010-02-06 | 1 | -109/+116 |