[PATCH] D43778: [clang-tidy] Adding RestrictIncludes check to Fuchsia module

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 8 14:30:54 PDT 2018


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:116
+
+  Checks for allowed system includes and suggests removal of any others. If no
+  includes are specified, the check will exit without issuing any warnings.
----------------
Is it necessary to highlight that warnings will not be emitted in case of disallowed headers are not found? Same in documentation.


https://reviews.llvm.org/D43778





More information about the cfe-commits mailing list