summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2023-05-16 13:40:45 -0400
committerAaron Ballman <aaron@aaronballman.com>2023-05-16 13:42:25 -0400
commit92b8ed6e5e5dc921c611eae4160570f169657030 (patch)
treeab3134b2fb11ad7fce6d82f7ceaaa5245291d894 /clang/docs
parent608fe0b032d96301177b3a37d2fd3678f8832c12 (diff)
downloadllvm-92b8ed6e5e5dc921c611eae4160570f169657030.tar.gz
Correct documentation for -fconstexpr-depth=
We were documenting that this was about recursive calls when it's actually about arbitrary calls. e.g., https://godbolt.org/z/en8sYd77E
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/UsersManual.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/docs/UsersManual.rst b/clang/docs/UsersManual.rst
index 0a568f3c99d6..65d1eaaed53c 100644
--- a/clang/docs/UsersManual.rst
+++ b/clang/docs/UsersManual.rst
@@ -3294,8 +3294,7 @@ Controlling implementation limits
.. option:: -fconstexpr-depth=N
- Sets the limit for recursive constexpr function invocations to N. The
- default is 512.
+ Sets the limit for constexpr function invocations to N. The default is 512.
.. option:: -fconstexpr-steps=N