summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiation-depth-subst-2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-111-2/+2
| | | | | | template argument deduction. llvm-svn: 198995
* Fix bug which sometimes resulted in further diagnostics being produced after aRichard Smith2012-09-221-5/+2
| | | | | | | fatal error. Previously, if a fatal error was followed by a diagnostic which was suppressed due to a SFINAETrap, we'd forget that we'd seen a fatal error. llvm-svn: 164437
* PR9793: Treat substitution as an instantiation step for the purpose of theRichard Smith2012-07-081-0/+9
-ftemplate-depth limit. There are various ways to get an infinite (or merely huge) stack of substitutions with no intervening instantiations. This is also consistent with gcc's behavior. llvm-svn: 159907
OpenPOWER on IntegriCloud