aboutsummaryrefslogtreecommitdiff
path: root/test/CXX
AgeCommit message (Expand)Author
2009-10-17In some dependent contexts, incomplete array types persist into FinalizeDecla...Sebastian Redl
2009-10-15Make sure that we're diagnosing duplicate explicit instantiation definitions.Douglas 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-14Additional semantic checking for explicit template instantiations,Douglas Gregor
2009-10-14Check the implicit instantiation of a static data member of a classDouglas Gregor
2009-10-14Give explicit and implicit instantiations of static data members ofDouglas Gregor
2009-10-14Testing and some minor fixes for explicit template instantiation.Douglas Gregor
2009-10-13Improve diagnostics when the parser encounters a declarator with anDouglas Gregor
2009-10-13Unify our diagnostic printing for errors of the form, "we didn't likeDouglas Gregor
2009-10-13Diagnose attempts to add default function arguments to aDouglas 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-12Test explicit specialization involving multiple template<> headersDouglas Gregor
2009-10-12Permit explicit specialization of member functions of class templatesDouglas Gregor
2009-10-12Test explicit specializations of static data members that are declarations, n...Douglas Gregor
2009-10-12Yet another test for explicit specialization, this one involving linkageDouglas Gregor
2009-10-12More tests for explicit template specializationDouglas Gregor
2009-10-12Add test for last commitDouglas Gregor
2009-10-10Qualified lookup through using declarations. Diagnose a new type of ambiguity.John McCall
2009-10-09Add CheckCallReturnType and start using it for regular call expressions. This...Anders Carlsson
2009-10-08Tests for C++ [expr], from James Porter!Douglas Gregor
2009-10-08Fix up error reporting when object cannot be constructed Fariborz Jahanian
2009-10-08Add more testing for the properties of explicit specialization. Douglas Gregor
2009-10-08Don't complain about out-of-line explicit specializations of memberDouglas Gregor
2009-10-08More testing for explicit specializations of member class templatesDouglas 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-08Only perform an implicit instantiation of a function if its templateDouglas Gregor
2009-10-07Refactoring around friend class templates. Better error message for friend e...John McCall
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-07More testing of explicit specializationsDouglas 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-09-30Improve template argument deduction in the case where the parameterDouglas Gregor
2009-09-28Make sure that out-of-line function and variable definitions are notDouglas 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-22Spell clang-cc correctly.Daniel Dunbar
2009-09-16When creating function types, remove any top-level CVR qualifications in the ...Anders Carlsson
2009-09-16Improved representation and support for friend class templates. Angst about ...John McCall
2009-09-15When implicitly declaring operators new, new[], delete, and delete[],Douglas Gregor
2009-09-15Slightly improved template argument deduction for use in partialDouglas Gregor
2009-09-14Skeletal support for friend class templates.John McCall
2009-09-14Refactor MarkDeductedTemplateParameters intoDouglas Gregor
2009-09-14Tighten up checking of non-dependent arguments as part of templateDouglas Gregor