We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43de555 commit d0edbdfCopy full SHA for d0edbdf
clang/tools/clang-format-vs/README.txt
@@ -2,9 +2,10 @@ This directory contains a VSPackage project to generate a Visual Studio extensio
2
for clang-format.
3
4
Build prerequisites are:
5
-- Visual Studio 2012 Professional
6
-- Visual Studio 2010 Professional
7
-- Visual Studio 2010 SDK.
+- Visual Studio 2013 Professional
+- Visual Studio 2013 SDK
+- Visual Studio 2010 Professional (?)
8
+- Visual Studio 2010 SDK (?)
9
10
The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
11
when configuring a Clang build, and building the clang_format_vsix target.
0 commit comments