summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/instantiate-complete.cpp
AgeCommit message (Expand)Author
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
2012-02-10--lies.Richard Smith
2010-11-13When we're type-checking the result of calling a conversion functionDouglas Gregor
2010-10-13There is no reason for dereferencing a pointer-to-member to requireDouglas Gregor
2010-05-27Require a complete type when performing the qualified lookup duringJohn McCall
2010-05-07Reapply the reference-binding patch applied below, along with a fix toDouglas Gregor
2010-05-07Revert r103220. It seems to be breaking self-hostDouglas Gregor
2010-05-07When determining whether the two types involved in reference bindingDouglas Gregor
2010-04-24When we attempt to create a temporary object of class type, be sureDouglas Gregor
2010-04-10When a member pointer is dereferenced, the class it points into must be compl...Sebastian Redl
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-03-01When looking for the instantiated declaration that corresponds to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-05Fixed two places where we needed to force completion of a typeDouglas Gregor
2009-05-14Implement explicit instantiations of member classes of class templates, e.g.,Douglas Gregor
2009-03-24Make sure to use RequireCompleteType rather than testing forDouglas Gregor