summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added AccessSpecDecl node.Abramo Bagnara2010-06-051-0/+9
* Don't insert in lexical context implicit definitions of static member instances.Abramo Bagnara2010-06-041-1/+2
* Convert DeclNodes to use TableGen.Alexis Hunt2010-05-301-1/+1
* Make sure that we instantiate variably modified types, even if theyDouglas Gregor2010-05-241-2/+4
* When instantiating a function declaration within a function template,Douglas Gregor2010-05-211-0/+1
* When instantiating anonymous structs/unions within a function, makeDouglas Gregor2010-05-211-1/+18
* Revert r104106; it's breaking linking of Boost.Serialization.Douglas Gregor2010-05-191-36/+8
* Teach clang to instantiate attributes on more declarations. Fixes PR7102.Douglas Gregor2010-05-191-8/+36
* I hate this commit.Douglas Gregor2010-05-181-70/+33
* Instantiate attributes on typedefs. This is a quick fix for PR7148,Douglas Gregor2010-05-171-0/+1
* Diagnose a redefinition error when there are two instantiations of friendDouglas Gregor2010-05-171-1/+29
* Determine when the instantiation of a friend function defined inside aDouglas Gregor2010-05-171-4/+21
* C++98/03 [temp.friend]p4 requires that inline function definitionsDouglas Gregor2010-05-171-0/+23
* Whenever we instantiate a function definition or class, enter a newDouglas Gregor2010-05-121-0/+2
* Improve our handling of the -Wunused-variable warning in templates. InDouglas Gregor2010-05-081-1/+6
* When we encounter a non-dependent type during template instantiation,Douglas Gregor2010-05-071-0/+4
* Partial and full specializations of a class template may have aDouglas Gregor2010-05-061-1/+3
* When instantiating a function that was declared via a typedef, e.g.,Douglas Gregor2010-05-041-0/+21
* When computing the template arguments for the instantiation of aDouglas Gregor2010-05-031-3/+3
* When instantiating a function-local variable definition, introduce theDouglas Gregor2010-05-031-0/+3
* When instantiating a member function declared via a typedef, don't tryDouglas Gregor2010-05-031-14/+18
* Clean up our handling of local instantiation scopes, which keep trackDouglas Gregor2010-04-301-2/+9
* Introduce a sequence number into class template partialDouglas Gregor2010-04-301-27/+4
* Make the InjectedClassNameType the canonical type of the current instantiationJohn McCall2010-04-271-1/+1
* Recommit r102215, this time being more careful to only set the "principalJohn McCall2010-04-241-8/+13
* Revert r102215. This causes clang crash while compiling a test case from gdb ...Devang Patel2010-04-241-6/+0
* Transition the last acceptable-result filter kind in LookupResult over to useJohn McCall2010-04-231-0/+6
* When instantiating a typedef of an anonymous tag type, note in the tagDouglas Gregor2010-04-231-0/+10
* Keep track of the actual storage specifier written on a variable orDouglas Gregor2010-04-191-5/+10
* Be sure to instantiate the parameters of a function, even when theDouglas Gregor2010-04-121-65/+21
* Instantiate default argument expressions even if their associated parameterJohn McCall2010-04-091-3/+4
* Set access properly on instantiated friend class template declarations.John McCall2010-04-081-2/+7
* Introduce an egregious hack to work around a bug in libstdc++ 4.2.x'sDouglas Gregor2010-04-081-4/+37
* Implement dependent friend function template specializations.John McCall2010-04-081-14/+43
* Improve handling of friend types in several ways:Douglas Gregor2010-04-071-29/+26
* Improve diagnostics when an elaborated-type-specifer containing aDouglas Gregor2010-03-311-1/+2
* the big refactoring bits of PR3782.Rafael Espindola2010-03-301-2/+1
* Implement method friends in class templates and fix a few related problems.John McCall2010-03-271-27/+64
* Put function templates instantiated from friend declarations in the correctJohn McCall2010-03-261-6/+15
* Reapply r99596 with a fix: link an instantiated friend function to itsJohn McCall2010-03-261-14/+40
* Apparently that didn't work. Reverting for now.John McCall2010-03-261-29/+14
* Properly instantiate and link in friend function templates.John McCall2010-03-261-14/+29
* Preserve type-source information in friend declarations.John McCall2010-03-251-6/+10
* Properly instantiate friend class template declarations and link them intoJohn McCall2010-03-251-23/+94
* Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fntBob Wilson2010-03-251-84/+23
* Properly instantiate and link in friend-class-template declarations.John McCall2010-03-251-23/+84
* When pulling apart an initializer that involves a CXXConstructExpr, doDouglas Gregor2010-03-241-11/+13
* Implement a framework for the delay of arbitrary diagnostics withinJohn McCall2010-03-241-0/+17
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-0/+64
* Maintain type source information for functions through templateJohn McCall2010-03-111-59/+52
OpenPOWER on IntegriCloud