summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* An explicit instantiation definition only instantiations those classDouglas Gregor2009-10-271-11/+4
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-7/+7
* Implement template instantiation for non-type templateDouglas Gregor2009-10-231-0/+39
* Remove OriginalTypeParmDecl; the original type is the one specifiedJohn McCall2009-10-231-24/+17
* Preserve type source information when substituting into FieldDecls.John McCall2009-10-221-9/+11
* Revert those last two commits. Beware the treacherous semicolon.John McCall2009-10-211-14/+14
* Preserve type source information when substituting into ParmVarDecls.John McCall2009-10-211-7/+7
* Preserve type source information when substituting into FieldDecls.John McCall2009-10-211-7/+7
* Preserve source information when substituting into VarDecls.John McCall2009-10-211-5/+6
* Make sure that we're diagnosing duplicate explicit instantiation definitions.Douglas Gregor2009-10-151-1/+4
* Diagnose explicit instantiations of function templates and memberDouglas Gregor2009-10-151-3/+36
* Give explicit and implicit instantiations of static data members ofDouglas Gregor2009-10-141-3/+5
* Testing and some minor fixes for explicit template instantiation.Douglas Gregor2009-10-141-1/+3
* When explicitly specializing a member that is a template, mark theDouglas Gregor2009-10-131-4/+10
* Improve the internal representation and semantic analysis of friendDouglas Gregor2009-10-131-27/+92
* When declaring a class template whose name is qualified, make sureDouglas Gregor2009-10-121-2/+6
* Permit explicit specialization of member functions of class templatesDouglas Gregor2009-10-121-1/+3
* Refactor the LookupResult API to simplify most common operations. Require us...John McCall2009-10-091-2/+3
* Improve checking for specializations of member classes of classDouglas Gregor2009-10-081-1/+1
* For instantiations of static data members of class templates, keepDouglas Gregor2009-10-081-7/+21
* Keep track of whether a member function instantiated from a memberDouglas Gregor2009-10-071-2/+2
* Class template partial specializations can be declared anywhere thatDouglas Gregor2009-10-071-0/+9
* Properly match instantiations of member function templates to the function te...Douglas Gregor2009-09-281-0/+16
* Sigh. Be *really* careful when copying a default function argument during tem...Douglas Gregor2009-09-251-1/+3
* Be careful about copying uninstantiated default arguments during template ins...Douglas Gregor2009-09-251-2/+2
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-2/+2
* Teach Sema::FindInstantiatedDecl to find instantiated RecordDecls evenDouglas Gregor2009-09-161-19/+63
OpenPOWER on IntegriCloud