Honestly I hadn’t thought about this ever since the patch.  Out of curiosity, have you tried the clang power tools extension?  I think it’s more actively maintained and at this point probably even is good enough that this one could just go away<br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 10, 2018 at 1:52 PM Aaron Ballman <<a href="mailto:aaron@aaronballman.com">aaron@aaronballman.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Sep 7, 2016 at 2:37 PM Zachary Turner via cfe-commits<br>
<<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>> wrote:<br>
><br>
> Author: zturner<br>
> Date: Wed Sep  7 13:28:55 2016<br>
> New Revision: 280840<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=280840&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=280840&view=rev</a><br>
> Log:<br>
> Add a clang-tidy visual studio extension.<br>
><br>
> For now this only adds the UI necessary to configure clang-tidy<br>
> settings graphically, and it enables reading in and saving out<br>
> of .clang-tidy files.  It does not actually run clang-tidy on<br>
> any source files yet.<br>
<br>
Sorry to resurrect an old commit, but this commit added the following:<br>
<br>
Added: clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml?rev=280840&view=auto" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml?rev=280840&view=auto</a><br>
==============================================================================<br>
--- clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml<br>
(added)<br>
+++ clang-tools-extra/trunk/clang-tidy-vs/ClangTidy/Resources/ClangTidyChecks.yaml<br>
Wed Sep  7 13:28:55 2016<br>
@@ -0,0 +1,325 @@<br>
+---<br>
+Checks:<br>
+   # This file should be updated when new checks are added, and<br>
eventually we should<br>
+   # generate this file automatically from the .rst files in clang-tidy.<br>
<br>
However, as best I can tell, this file is not reliably updated and is<br>
currently *very* out of date (in fact, it's only been updated twice in<br>
two years). You had mentioned in the review thread that you wanted to<br>
think of a way to automate this from RST<br>
(<a href="https://reviews.llvm.org/D23848?id=69168#inline-204743" rel="noreferrer" target="_blank">https://reviews.llvm.org/D23848?id=69168#inline-204743</a>) -- any chance<br>
you're still thinking on that and have a solution in mind? ;-)<br>
<br>
~Aaron<br>
</blockquote></div>