[PATCH] D23848: Add a clang-tidy Visual Studio extension

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 24 14:25:33 PDT 2016


zturner added a comment.

BTW, since I forgot to do so in the original review, here is a screenshot of what the UI for the property editor looks like in this extension:

F2328405: clang-tidy.png <https://reviews.llvm.org/F2328405>


================
Comment at: clang-tidy-vs/ClangTidy/ClangTidy.vsct:23
@@ +22,3 @@
+
+
+
----------------
This file is auto-generated by Visual Studio.  You can manually add your own things to it (as we've done at the end of the file), but it doesn't seem worthwhile to go back and fix auto-generated code.

BTW, this is just an XML file, so it gets collapse functionality in the Visual Studio Editor.  That is, you can collapse tags so that they are not displayed.  Not sure if that makes a difference.


https://reviews.llvm.org/D23848





More information about the cfe-commits mailing list