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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits