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.
2 parents 0ac75ad + fa36822 commit 4e98b0dCopy full SHA for 4e98b0d
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