[PATCH] D12407: [clang-format-vs] Add an option to reformat source code when file is saved to disk

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 07:33:02 PDT 2015


aaron.ballman added a comment.

LGTM, but someone who understands VS plugins better should give the final sign-off.


================
Comment at: tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs:309
@@ +308,3 @@
+            uint _;
+            IVsHierarchy __;
+            string filename;
----------------
Cute. :-P


http://reviews.llvm.org/D12407





More information about the cfe-commits mailing list