Skip to content

Commit d0edbdf

Browse files
committed
Update clang-format-vs README
VS2013 is requried after r231084. llvm-svn: 255029
1 parent 43de555 commit d0edbdf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

clang/tools/clang-format-vs/README.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ This directory contains a VSPackage project to generate a Visual Studio extensio
22
for clang-format.
33

44
Build prerequisites are:
5-
- Visual Studio 2012 Professional
6-
- Visual Studio 2010 Professional
7-
- Visual Studio 2010 SDK.
5+
- Visual Studio 2013 Professional
6+
- Visual Studio 2013 SDK
7+
- Visual Studio 2010 Professional (?)
8+
- Visual Studio 2010 SDK (?)
89

910
The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
1011
when configuring a Clang build, and building the clang_format_vsix target.

0 commit comments

Comments
 (0)