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

Beren Minor via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 06:02:37 PST 2015


berenm added a comment.

Actually, the main issue that I see is the difficulty to build the plugin itself. The project does not build out-of-the-box on VS2013, and I had to change the assembly references by hand.

I have a patch to get the required assemblies in a more portable way using nuget packages, but I didn't want to include that in this revision. I'll open a separate one if that's useful.


http://reviews.llvm.org/D12407





More information about the cfe-commits mailing list