summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2018-07-11 00:34:54 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2018-07-11 00:34:54 +0000
commit869038e36258798d54f4c47b5ee9bf2c33b7f86a (patch)
treed737028edae3249dfe313bc96b7cece41335d70b
parent81dfef9202e31c018e64bbc762ce42d651384104 (diff)
downloadbcm5719-llvm-869038e36258798d54f4c47b5ee9bf2c33b7f86a.tar.gz
bcm5719-llvm-869038e36258798d54f4c47b5ee9bf2c33b7f86a.zip
[docs] List correct default for -ftemplate-depth; also add missing
documentation for -fconstexpr-steps. llvm-svn: 336747
-rw-r--r--clang/docs/UsersManual.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index b1c286193cf..4470dab947f 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/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
OpenPOWER on IntegriCloud