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

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 03:05:51 PST 2018


hokein added inline comments.


================
Comment at: docs/clang-tidy/checks/fuchsia-restrict-includes.rst:27
+
+   A string containing a comma-separated list of header filenames to restrict. Default is an empty string.
----------------
The check seems do nothing with the default option.

Do we have a corresponding guideline of fuchsia? 


https://reviews.llvm.org/D43778





More information about the cfe-commits mailing list