Update clang-format-vs README
authorHans Wennborg <hans@hanshq.net>
Tue, 8 Dec 2015 17:54:27 +0000 (17:54 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 8 Dec 2015 17:54:27 +0000 (17:54 +0000)
VS2013 is requried after r231084.

llvm-svn: 255029

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

index 636b89f..b23355d 100644 (file)
@@ -2,9 +2,10 @@ This directory contains a VSPackage project to generate a Visual Studio extensio
 for clang-format.\r
 \r
 Build prerequisites are:\r
-- Visual Studio 2012 Professional\r
-- Visual Studio 2010 Professional\r
-- Visual Studio 2010 SDK.\r
+- Visual Studio 2013 Professional\r
+- Visual Studio 2013 SDK\r
+- Visual Studio 2010 Professional (?)\r
+- Visual Studio 2010 SDK (?)\r
 \r
 The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON\r
 when configuring a Clang build, and building the clang_format_vsix target.\r