forked from OSchip/llvm-project
![]() (default: 99). Beyond this limit, produce an error and consider the current template instantiation a failure. The stack we're building to track the instantiations will, eventually, be used to produce instantiation backtraces from diagnostics within template instantiation. However, we're not quite there yet. This adds a new Clang driver option -ftemplate-depth=NNN, which should eventually be generated from the GCC command-line operation -ftemplate-depth-NNN (note the '-' rather than the '='!). I did not make the driver changes to do this mapping. llvm-svn: 66513 |
||
---|---|---|
.. | ||
class-template-decl.cpp | ||
class-template-id-2.cpp | ||
class-template-id.cpp | ||
class-template-spec.cpp | ||
default-arguments.cpp | ||
fun-template-def.cpp | ||
instantiation-default-1.cpp | ||
instantiation-default-2.cpp | ||
instantiation-default-3.cpp | ||
instantiation-depth.cpp | ||
nested-name-spec-template.cpp | ||
right-angle-brackets-0x.cpp | ||
right-angle-brackets-98.cpp | ||
temp_arg.cpp | ||
temp_arg_nontype.cpp | ||
temp_arg_template.cpp | ||
temp_arg_type.cpp | ||
temp_param.cpp |