aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplate.cpp
AgeCommit message (Expand)Author
2009-10-15Make the remaining explicit-instantiation semantic action useDouglas Gregor
2009-10-15Make sure that we're diagnosing duplicate explicit instantiation definitions.Douglas Gregor
2009-10-15Simplify checking of explicit template specialization/explicitDouglas Gregor
2009-10-15Check the interactions between explicit instantiations and templateDouglas Gregor
2009-10-15Diagnose explicit instantiations of function templates and memberDouglas Gregor
2009-10-15More explicit template instantiation. Now we're checking for moreDouglas Gregor
2009-10-14CheckTemplateSpecializationScope isn't going to be used for explicitDouglas Gregor
2009-10-14Additional semantic checking for explicit template instantiations,Douglas Gregor
2009-10-14Reuse some code for checking the scope of an explicit instantiationDouglas Gregor
2009-10-14Testing and some minor fixes for explicit template instantiation.Douglas Gregor
2009-10-14When mapping from an injected-class-name to its correspondingDouglas Gregor
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-10-13When explicitly specializing a member that is a template, mark theDouglas Gregor
2009-10-13Improve the internal representation and semantic analysis of friendDouglas Gregor
2009-10-12When declaring a class template whose name is qualified, make sureDouglas Gregor
2009-10-12Diagnose the declaration of explicit specializations after an implicitDouglas Gregor
2009-10-10Qualified lookup through using declarations. Diagnose a new type of ambiguity.John McCall
2009-10-09Refactor the LookupResult API to simplify most common operations. Require us...John McCall
2009-10-09When declaring a friend class template, we may end up finding anDouglas Gregor
2009-10-08Improve checking for specializations of member classes of classDouglas Gregor
2009-10-08For instantiations of static data members of class templates, keepDouglas Gregor
2009-10-08Make sure to set the template specialization kind of an explicitDouglas Gregor
2009-10-07Keep track of whether a member function instantiated from a memberDouglas Gregor
2009-10-07Type checking for specializations of member functions of classDouglas Gregor
2009-10-07Diagnose explicit instantiations and specializations that occur in class scopeDouglas Gregor
2009-10-07Class template partial specializations can be declared anywhere thatDouglas Gregor
2009-10-07Refactor checking of the scope of explicit template specializationDouglas Gregor
2009-10-06Test explicit specialization for all of the various cases whereDouglas Gregor
2009-10-01Make sure to free the explicit template arguments provided for anDouglas Gregor
2009-09-26Simplify the handling of non-dependent friend class templateDouglas Gregor
2009-09-26Fix name lookup for friend class templates to consider anything in aDouglas Gregor
2009-09-26Rework the Parse-Sema interaction for friends to better support friendDouglas Gregor
2009-09-26Use Sema::getMostSpecialized to eliminate a redundant implementation of the m...Douglas Gregor
2009-09-25Use explicitly-specified template argument lists to help namingDouglas Gregor
2009-09-25Declarators can now properly represent template-ids, e.g., forDouglas Gregor
2009-09-25WIP implementation of explicit instantiation of function templates,Douglas Gregor
2009-09-24WIP implementation of explicit function template specialization. ThisDouglas Gregor
2009-09-21Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall
2009-09-16Fix a typo in a FIXMEDouglas Gregor
2009-09-15Implement partial ordering of class template partial specializations Douglas Gregor
2009-09-14Skeletal support for friend class templates.John McCall
2009-09-14Refactor MarkDeductedTemplateParameters intoDouglas Gregor
2009-09-11Slight improvement for extern templates, so that an explicitDouglas Gregor
2009-09-11Track a class template specialization's point of instantiation separatelyJohn McCall
2009-09-11Support elaborated dependent types and diagnose tag mismatches.John McCall
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-09Initial stab at implement dependent member references to memberDouglas Gregor
2009-09-08Support templateids in friend declarations. Fixes bug 4859.John McCall
2009-09-04Improve the AST representation and semantic analysis for externDouglas Gregor
2009-09-04Parse extern templates, pass that information all the way to Sema,Douglas Gregor