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 7a32e07 commit 11913faCopy full SHA for 11913fa
clang-tools-extra/clang-tidy/modernize/UseConstexprCheck.h
@@ -16,7 +16,7 @@
16
17
namespace clang::tidy::modernize {
18
19
-/// Find functions and variables that can be declared 'constexpr'.
+/// Finds functions and variables that can be declared 'constexpr'.
20
///
21
/// For the user-facing documentation see:
22
/// http://clang.llvm.org/extra/clang-tidy/checks/modernize/use-constexpr.html
clang-tools-extra/docs/clang-tidy/checks/modernize/use-constexpr.rst
@@ -3,7 +3,7 @@
3
modernize-use-constexpr
4
=======================
5
6
-Find functions and variables that can be declared 'constexpr'.
+Finds functions and variables that can be declared 'constexpr'.
7
8
The check analyses any function and variable according to the rules defined
9
for the language version that the code is compiled with.
0 commit comments