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

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 7 04:27:36 PDT 2016


alexfh added inline comments.

================
Comment at: clang-tidy-vs/ClangTidy/ClangTidyPackage.cs:53
@@ +52,3 @@
+        private void MenuItemCallback(object sender, EventArgs args)
+        {
+        }
----------------
Add a FIXME to actually implement this.


https://reviews.llvm.org/D23848





More information about the cfe-commits mailing list