[all-commits] [llvm/llvm-project] 92b8ed: Correct documentation for -fconstexpr-depth=
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue May 16 10:42:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92b8ed6e5e5dc921c611eae4160570f169657030
https://github.com/llvm/llvm-project/commit/92b8ed6e5e5dc921c611eae4160570f169657030
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M clang/docs/UsersManual.rst
Log Message:
-----------
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
More information about the All-commits
mailing list