summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When we are instantiating a member function of a local class, be sureDouglas Gregor2010-01-161-2/+8
* Typedefs can be redeclared. That seems like something we should record inJohn McCall2009-12-301-0/+5
* Egregious, disgusting workaround for PR5866. We need to rework how weDouglas Gregor2009-12-241-2/+5
* Add using shadow decls to the "instantiated locals" map, fixing PR5847.John McCall2009-12-221-0/+5
* Patch over yet more problems with friend declarations which were provokingJohn McCall2009-12-171-1/+7
* Link up member-class redeclarations during template instantiation.John McCall2009-12-151-0/+6
* Fix PR5716 by bandaging over the solution until we can come back to it.John McCall2009-12-141-1/+6
* Improve template instantiation for object constructions in several ways:Douglas Gregor2009-12-141-69/+96
* Rework the way we handle template instantiation forDouglas Gregor2009-12-121-11/+42
* Implement redeclaration checking and hiding semantics for using declarations....John McCall2009-12-101-20/+53
* Implement template instantiation for exception specifications. Also,Douglas Gregor2009-12-081-0/+37
* Correctly implement the C++03 and 0x restrictions on class-member usingJohn McCall2009-12-081-9/+4
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-14/+14
* Fix "using typename" and the instantiation of non-dependent using declarations.John McCall2009-12-041-6/+78
* A new helper function to set various bits in the class whenFariborz Jahanian2009-12-031-7/+2
* When we're building a CXXExprWithTemporaries, only include thoseDouglas Gregor2009-12-031-0/+6
* Improve source location information for C++ member initializers in aDouglas Gregor2009-12-021-6/+12
* Funtion templates and function template specializations do notDouglas Gregor2009-12-011-2/+0
* Move the checking of overridden virtual functions into the code pathDouglas Gregor2009-12-011-4/+3
* Remove all of Sema's explicit uses of OverloadedFunctionDecl except forJohn McCall2009-11-301-16/+0
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-2/+1
* Fix a crash when "instantiating" VarDecls that are neither type nor value dep...Anders Carlsson2009-11-241-0/+1
* Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...John McCall2009-11-231-11/+7
* Overhaul previous-declaration and overload checking to work on lookup resultsJohn McCall2009-11-181-21/+19
* Track overriding methods when instantiating a template class. Fixes PR5550.Sebastian Redl2009-11-181-0/+2
* Split LookupResult into its own header.John McCall2009-11-181-6/+7
* Incremental progress on using declarations. Split UnresolvedUsingDecl intoJohn McCall2009-11-181-7/+49
* Implement template instantiation for using directives, which is dead simple.Douglas Gregor2009-11-171-2/+22
* Instead of hanging a using declaration's target decls directly off the using John McCall2009-11-171-3/+3
* Carry lookup configuration throughout lookup on the LookupResult. GiveJohn McCall2009-11-171-5/+8
* If we attempt to add a constructor template specialization that looksDouglas Gregor2009-11-141-17/+16
* Revert r88718, which does NOT solve the constructor-template-as-copy-construc...Douglas Gregor2009-11-131-30/+17
* A constructor template cannot be instantiated to a copyDouglas Gregor2009-11-131-17/+30
* Improve diagnostics when a default template argument does not matchDouglas Gregor2009-11-111-0/+1
* Before checking a template template argument against its correspondingDouglas Gregor2009-11-111-1/+1
* Instantiation of template template parameters for nested templates, e.g.,Douglas Gregor2009-11-111-0/+30
* Improve instantiation of default template arguments for nestedDouglas Gregor2009-11-091-12/+2
* When transforming an InitListExpr, if we already computed a non-dependent typ...Douglas Gregor2009-11-091-3/+1
* Add hack to make the given testcase work. As far as I can tell, this change isEli Friedman2009-11-091-1/+3
* Don't reprocess non-dependent initializers of non-dependent VarDecls. Fixes P...Sebastian Redl2009-11-081-0/+9
* When instantiating a field decl, make sure to clone its attributes. With this...Anders Carlsson2009-11-071-0/+16
* When determining whether a reference to a static data member is anDouglas Gregor2009-11-011-1/+1
* Implement "incremental" template instantiation for non-type templateDouglas Gregor2009-10-311-6/+28
* When a friend is declared in a dependent context, don't even try toDouglas Gregor2009-10-301-2/+3
* Instantiate class template friends better; fixes PR5332.Douglas Gregor2009-10-301-1/+8
* Track source information for template arguments and template specializationJohn McCall2009-10-291-12/+12
* Implement support for semantic checking and template instantiation ofDouglas Gregor2009-10-291-2/+205
* Introduce FunctionDecl::isInlined() to tell whether a function shouldDouglas Gregor2009-10-271-1/+1
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-6/+6
* Explicit instantiation suppresses the instantiation of non-inlineDouglas Gregor2009-10-271-14/+1
OpenPOWER on IntegriCloud