[PATCH] D54945: This commit adds a chapter about clang-tidy integrations

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 28 16:55:34 PST 2018


Eugene.Zelenko added inline comments.


================
Comment at: docs/clang-tidy/index.rst:304
+CLion_ 2017.2 and later `integrates clang-tidy`_ as an extension to the built-in code analyzer.
+Inspections and applicable quick-fixes are performed on the fly, and checks can be configured in the standard command line
+format. In this integration, you can switch to the :program:`clang-tidy` binary different from the bundled one and pass
----------------
Please limit line width to 80 characters. Same in other places.


================
Comment at: docs/clang-tidy/index.rst:327
+
+`MS Visual Studio`_ can integrate :program:`clang-tidy` by means of three different tools.
+The `ReSharper C++`_ extension, version 2017.3 and later, provides seamless :program:`clang-tidy` integration:
----------------
Will be good idea to mention native plugin, clang-tidy-vs.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54945/new/

https://reviews.llvm.org/D54945





More information about the cfe-commits mailing list