Skip to content

Commit 0daf86a

Browse files
committed
fixup! [clang-tidy] Added check to detect redundant inline keyword
Updated documentation
1 parent a6f2928 commit 0daf86a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/redundant-inline-specifier.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
readability-redundant-inline-specifier
44
======================================
55

6-
Checks for instances of the ``inline`` keyword in code where it is redundant
7-
and recommends its removal.
6+
Detects redundant ``inline`` specifiers on function and variable declarations.
87

98
Examples:
109

0 commit comments

Comments
 (0)