summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-complete.cpp
Commit message (Expand)AuthorAgeFilesLines
* --lies.Richard Smith2012-02-101-2/+0
* When we're type-checking the result of calling a conversion functionDouglas Gregor2010-11-131-0/+20
* There is no reason for dereferencing a pointer-to-member to requireDouglas Gregor2010-10-131-3/+1
* Require a complete type when performing the qualified lookup duringJohn McCall2010-05-271-0/+9
* Reapply the reference-binding patch applied below, along with a fix toDouglas Gregor2010-05-071-0/+20
* Revert r103220. It seems to be breaking self-hostDouglas Gregor2010-05-071-20/+0
* When determining whether the two types involved in reference bindingDouglas Gregor2010-05-071-0/+20
* When we attempt to create a temporary object of class type, be sureDouglas Gregor2010-04-241-0/+15
* When a member pointer is dereferenced, the class it points into must be compl...Sebastian Redl2010-04-101-2/+3
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-5/+5
* When looking for the instantiated declaration that corresponds to aDouglas Gregor2010-03-011-0/+17
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Fixed two places where we needed to force completion of a typeDouglas Gregor2009-11-051-0/+21
* Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor2009-05-141-4/+4
* Make sure to use RequireCompleteType rather than testing forDouglas Gregor2009-03-241-0/+47