| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | 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 | 
| *  | Improve template instantiation for object constructions in several ways: | Douglas Gregor | 2009-12-14 | 1 | -69/+96 | 
| *  | Rework the way we handle template instantiation for | Douglas Gregor | 2009-12-12 | 1 | -11/+42 | 
| *  | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall | 2009-12-10 | 1 | -20/+53 | 
| *  | Implement template instantiation for exception specifications. Also, | Douglas Gregor | 2009-12-08 | 1 | -0/+37 | 
| *  | Correctly implement the C++03 and 0x restrictions on class-member using | John McCall | 2009-12-08 | 1 | -9/+4 | 
| *  | DeclaratorInfo -> TypeSourceInfo.  Makes an effort to rename associated varia... | John McCall | 2009-12-07 | 1 | -14/+14 | 
| *  | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall | 2009-12-04 | 1 | -6/+78 | 
| *  | A new helper function to set various bits in the class when | Fariborz Jahanian | 2009-12-03 | 1 | -7/+2 | 
| *  | When we're building a CXXExprWithTemporaries, only include those | Douglas Gregor | 2009-12-03 | 1 | -0/+6 | 
| *  | Improve source location information for C++ member initializers in a | Douglas Gregor | 2009-12-02 | 1 | -6/+12 | 
| *  | Funtion templates and function template specializations do not | Douglas Gregor | 2009-12-01 | 1 | -2/+0 | 
| *  | Move the checking of overridden virtual functions into the code path | Douglas Gregor | 2009-12-01 | 1 | -4/+3 | 
| *  | Remove all of Sema's explicit uses of OverloadedFunctionDecl except for | John McCall | 2009-11-30 | 1 | -16/+0 | 
| *  | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -2/+1 | 
| *  | Fix a crash when "instantiating" VarDecls that are neither type nor value dep... | Anders Carlsson | 2009-11-24 | 1 | -0/+1 | 
| *  | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -11/+7 | 
| *  | Overhaul previous-declaration and overload checking to work on lookup results | John McCall | 2009-11-18 | 1 | -21/+19 | 
| *  | Track overriding methods when instantiating a template class. Fixes PR5550. | Sebastian Redl | 2009-11-18 | 1 | -0/+2 | 
| *  | Split LookupResult into its own header. | John McCall | 2009-11-18 | 1 | -6/+7 | 
| *  | Incremental progress on using declarations.  Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -7/+49 | 
| *  | Implement template instantiation for using directives, which is dead simple. | Douglas Gregor | 2009-11-17 | 1 | -2/+22 | 
| *  | Instead of hanging a using declaration's target decls directly off the using     | John McCall | 2009-11-17 | 1 | -3/+3 | 
| *  | Carry lookup configuration throughout lookup on the LookupResult.  Give | John McCall | 2009-11-17 | 1 | -5/+8 | 
| *  | If we attempt to add a constructor template specialization that looks | Douglas Gregor | 2009-11-14 | 1 | -17/+16 | 
| *  | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor | 2009-11-13 | 1 | -30/+17 | 
| *  | A constructor template cannot be instantiated to a copy | Douglas Gregor | 2009-11-13 | 1 | -17/+30 | 
| *  | Improve diagnostics when a default template argument does not match | Douglas Gregor | 2009-11-11 | 1 | -0/+1 |