From: Richard Smith Date: Wed, 11 Jul 2018 00:34:54 +0000 (+0000) Subject: [docs] List correct default for -ftemplate-depth; also add missing X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e865695ef6862a9cbe08691c9a4a7dc8a3e6c25;p=clang [docs] List correct default for -ftemplate-depth; also add missing documentation for -fconstexpr-steps. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336747 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index b1c286193c..4470dab947 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -2116,10 +2116,15 @@ Controlling implementation limits Sets the limit for recursive constexpr function invocations to N. The default is 512. +.. option:: -fconstexpr-steps=N + + Sets the limit for the number of full-expressions evaluated in a single + constant expression evaluation. The default is 1048576. + .. option:: -ftemplate-depth=N Sets the limit for recursively nested template instantiations to N. The - default is 256. + default is 1024. .. option:: -foperator-arrow-depth=N