summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/recursive-template-instantiation.cpp
AgeCommit message (Expand)Author
2013-01-31Improve 'failed template argument deduction' diagnostic for the case where weRichard Smith
2010-02-01Note that an overload candidate was non-viable because template argumentJohn McCall
2009-12-16Introduce a centralized routine in Sema for diagnosing failed lookups (whenJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-06-30When recursively instantiating function templates, keep track of theDouglas Gregor