aboutsummaryrefslogtreecommitdiff
path: root/docs/UsersManual.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/UsersManual.rst')
-rw-r--r--docs/UsersManual.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst
index f82b34b287..ea613d13a0 100644
--- a/docs/UsersManual.rst
+++ b/docs/UsersManual.rst
@@ -1178,6 +1178,11 @@ features <http://clang.llvm.org/cxx_status.html>`_ are also implemented.
Controlling implementation limits
---------------------------------
+.. option:: -fbracket-depth=N
+
+ Sets the limit for nested parentheses, brackets, and braces to N. The
+ default is 256.
+
.. option:: -fconstexpr-depth=N
Sets the limit for recursive constexpr function invocations to N. The