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 6565e07 commit fa36822Copy full SHA for fa36822
clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst
@@ -79,5 +79,5 @@ Options
79
analyzed C++ source file is not included by any other C source files.
80
Hence, to omit false-positives and wrong fixit-hints, we ignore emitting
81
reports into header files. One can set this option to `true` if they know
82
- that the header files in the project are only used by C++ source file.
+ that the header files in the project are only used by C++ source files.
83
Default is `false`.
0 commit comments