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 511236e commit c5b617cCopy full SHA for c5b617c
clang-tools-extra/docs/clang-tidy/checks/misc/definitions-in-headers.rst
@@ -88,6 +88,11 @@ from multiple translation units.
88
template <class T>
89
constexpr T pi = T(3.1415926L);
90
91
+When :program:`clang-tidy` is invoked with the `--fix-notes` option, this check
92
+provides fixes that automatically add the ``inline`` keyword to discovered
93
+functions. Please note that the addition of the ``inline`` keyword to variables
94
+is not currently supported by this check.
95
+
96
Options
97
-------
98
0 commit comments