summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-self.cpp
Commit message (Collapse)AuthorAgeFilesLines
* During the instantiation of a class template specialization, thatRichard Smith2012-03-221-0/+89
specialization is known to be incomplete. If we're asked to try to complete it, don't attempt to instantiate it again -- that can lead to stack overflow, and to rejects-valids if the class being incomplete is not an error. llvm-svn: 153236
OpenPOWER on IntegriCloud