[PATCH] D40671: [clang-tidy] Support specific checks for NOLINT directive

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 3 11:13:02 PST 2017


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

Aside from a minor commenting nit, this LGTM. Thanks!



================
Comment at: docs/clang-tidy/index.rst:280
+    lint-command
+    lint-command lint-args
+
----------------
This should have a subscript `opt` following `lint-args` to denote that the args are optional. I think you can achieve that with:
```
lint-args\ :sub:`opt`
```


https://reviews.llvm.org/D40671





More information about the cfe-commits mailing list