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

Zachary Turner via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 25 11:51:26 PDT 2016


zturner added a comment.

In https://reviews.llvm.org/D23848#525485, @Eugene.Zelenko wrote:

> I think will be good idea to mention this plugin in  docs/ReleaseNotes.rst.


I was planning to wait until it's "finished".  This patch will give you a user interface for editing .clang-tidy files, but it still won't provide any means of *running* clang-tidy on the currently active source file, project, or solution.

I had planned to add those features incrementally to make the reviews more manageable.  What do you guys think?


https://reviews.llvm.org/D23848





More information about the cfe-commits mailing list