summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiation-depth-defarg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR13368: Halve the instantiation depth of this test again. Apparently, FreeBSDRichard Smith2012-07-151-3/+11
| | | | | | has a much lower default stack limit than the systems I have access to. llvm-svn: 160240
* Halve template depth in an attempt to get this test passing on mingw32.Richard Smith2012-07-081-5/+3
| | | | llvm-svn: 159917
* test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.NAKAMURA Takumi2012-07-081-0/+2
| | | | | | I'll try to increase stack size later. llvm-svn: 159912
* PR9793: Treat substitution as an instantiation step for the purpose of theRichard Smith2012-07-081-0/+28
-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