Age | Commit message (Expand) | Author |
2010-02-03 | Look through CXXExprWithTemporaries when digging out the original | Douglas Gregor |
2010-01-31 | Rework base and member initialization in constructors, with several | Douglas Gregor |
2010-01-23 | Preserve access for enum constants during template instantiation. | John McCall |
2010-01-22 | Create function, block, and template parameters in the context of the | John McCall |
2010-01-20 | First pass at collecting access-specifier information along inheritance paths. | John McCall |
2010-01-18 | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor |
2010-01-16 | Introduce a second queue of "local" pending implicit instantiation, | Douglas Gregor |
2010-01-16 | When we are instantiating a member function of a local class, be sure | Douglas Gregor |
2009-12-30 | Typedefs can be redeclared. That seems like something we should record in | John McCall |
2009-12-24 | Egregious, disgusting workaround for PR5866. We need to rework how we | Douglas Gregor |
2009-12-22 | Add using shadow decls to the "instantiated locals" map, fixing PR5847. | John McCall |
2009-12-17 | Patch over yet more problems with friend declarations which were provoking | John McCall |
2009-12-15 | Link up member-class redeclarations during template instantiation. | John McCall |
2009-12-14 | Fix PR5716 by bandaging over the solution until we can come back to it. | John McCall |
2009-12-14 | Improve template instantiation for object constructions in several ways: | Douglas Gregor |
2009-12-12 | Rework the way we handle template instantiation for | Douglas Gregor |
2009-12-10 | Implement redeclaration checking and hiding semantics for using declarations.... | John McCall |
2009-12-08 | Implement template instantiation for exception specifications. Also, | Douglas Gregor |
2009-12-08 | Correctly implement the C++03 and 0x restrictions on class-member using | John McCall |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-04 | Fix "using typename" and the instantiation of non-dependent using declarations. | John McCall |
2009-12-03 | A new helper function to set various bits in the class when | Fariborz Jahanian |
2009-12-03 | When we're building a CXXExprWithTemporaries, only include those | Douglas Gregor |
2009-12-02 | Improve source location information for C++ member initializers in a | Douglas Gregor |
2009-12-01 | Funtion templates and function template specializations do not | Douglas Gregor |
2009-12-01 | Move the checking of overridden virtual functions into the code path | Douglas Gregor |
2009-11-30 | Remove all of Sema's explicit uses of OverloadedFunctionDecl except for | John McCall |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-24 | Fix a crash when "instantiating" VarDecls that are neither type nor value dep... | Anders Carlsson |
2009-11-23 | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall |
2009-11-18 | Overhaul previous-declaration and overload checking to work on lookup results | John McCall |
2009-11-18 | Track overriding methods when instantiating a template class. Fixes PR5550. | Sebastian Redl |
2009-11-18 | Split LookupResult into its own header. | John McCall |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Implement template instantiation for using directives, which is dead simple. | Douglas Gregor |
2009-11-17 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-11-17 | Carry lookup configuration throughout lookup on the LookupResult. Give | John McCall |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | Douglas Gregor |
2009-11-11 | Improve diagnostics when a default template argument does not match | Douglas Gregor |
2009-11-11 | Before checking a template template argument against its corresponding | Douglas Gregor |
2009-11-11 | Instantiation of template template parameters for nested templates, e.g., | Douglas Gregor |
2009-11-09 | Improve instantiation of default template arguments for nested | Douglas Gregor |
2009-11-09 | When transforming an InitListExpr, if we already computed a non-dependent typ... | Douglas Gregor |
2009-11-09 | Add hack to make the given testcase work. As far as I can tell, this change is | Eli Friedman |
2009-11-08 | Don't reprocess non-dependent initializers of non-dependent VarDecls. Fixes P... | Sebastian Redl |
2009-11-07 | When instantiating a field decl, make sure to clone its attributes. With this... | Anders Carlsson |
2009-11-01 | When determining whether a reference to a static data member is an | Douglas Gregor |
2009-10-31 | Implement "incremental" template instantiation for non-type template | Douglas Gregor |