Skip to content

Commit 11913fa

Browse files
committed
align short explanation of check
1 parent 7a32e07 commit 11913fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang-tools-extra/clang-tidy/modernize/UseConstexprCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
namespace clang::tidy::modernize {
1818

19-
/// Find functions and variables that can be declared 'constexpr'.
19+
/// Finds functions and variables that can be declared 'constexpr'.
2020
///
2121
/// For the user-facing documentation see:
2222
/// http://clang.llvm.org/extra/clang-tidy/checks/modernize/use-constexpr.html

clang-tools-extra/docs/clang-tidy/checks/modernize/use-constexpr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
modernize-use-constexpr
44
=======================
55

6-
Find functions and variables that can be declared 'constexpr'.
6+
Finds functions and variables that can be declared 'constexpr'.
77

88
The check analyses any function and variable according to the rules defined
99
for the language version that the code is compiled with.

0 commit comments

Comments
 (0)