[PATCH] D40671: [clang-tidy] Support specific checks for NOLINT directive
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 2 00:09:45 PST 2017
lebedev.ri added inline comments.
================
Comment at: docs/ReleaseNotes.rst:259
+- The ``NOLINT`` and ``NOLINTNEXTLINE`` suppression comments were extended to support the list of checks
+ to disable in parentheses.
----------------
This reads strange, maybe it can be reworded somehow?
https://reviews.llvm.org/D40671
More information about the cfe-commits
mailing list