Skip to content

Commit

Permalink
Correct documentation for -fconstexpr-depth=
Browse files Browse the repository at this point in the history
We were documenting that this was about recursive calls when it's
actually about arbitrary calls.

e.g., https://godbolt.org/z/en8sYd77E
  • Loading branch information
AaronBallman committed May 16, 2023
1 parent 608fe0b commit 92b8ed6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clang/docs/UsersManual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 92b8ed6

Please sign in to comment.