We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a3a50 commit a78c181Copy full SHA for a78c181
clang-tools-extra/docs/clang-tidy/checks/modernize/use-constexpr.rst
@@ -58,7 +58,7 @@ Options
58
59
.. option:: ConstexprString
60
61
- The string to use with C++23 to specify a function-local variable as ``static
62
- constexpr``, for example, a macro. Default is ``static constexpr``
+ The string to use with C++23 to specify a function-local variable as
+ ``static constexpr``, for example, a macro. Default is ``static constexpr``
63
(concatenating ``static `` with the `ConstexprString` option).
64
0 commit comments