diff options
author | Hans Wennborg <hans@hanshq.net> | 2015-12-08 17:54:27 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2015-12-08 17:54:27 +0000 |
commit | d0edbdfad1d34af385e78234e3b3c0375aa6514f (patch) | |
tree | 4630f16e429e4d8db43fa890a698d67b5d4612fa /clang | |
parent | 43de555ad9fc0ef815f5bfcc6d1b82e3f1508893 (diff) | |
download | bcm5719-llvm-d0edbdfad1d34af385e78234e3b3c0375aa6514f.tar.gz bcm5719-llvm-d0edbdfad1d34af385e78234e3b3c0375aa6514f.zip |
Update clang-format-vs README
VS2013 is requried after r231084.
llvm-svn: 255029
Diffstat (limited to 'clang')
-rw-r--r-- | clang/tools/clang-format-vs/README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/tools/clang-format-vs/README.txt b/clang/tools/clang-format-vs/README.txt index 636b89f3c67..b23355d0ceb 100644 --- a/clang/tools/clang-format-vs/README.txt +++ b/clang/tools/clang-format-vs/README.txt @@ -2,9 +2,10 @@ This directory contains a VSPackage project to generate a Visual Studio extensio for clang-format.
Build prerequisites are:
-- Visual Studio 2012 Professional
-- Visual Studio 2010 Professional
-- Visual Studio 2010 SDK.
+- Visual Studio 2013 Professional
+- Visual Studio 2013 SDK
+- Visual Studio 2010 Professional (?)
+- Visual Studio 2010 SDK (?)
The extension is built using CMake by setting BUILD_CLANG_FORMAT_VS_PLUGIN=ON
when configuring a Clang build, and building the clang_format_vsix target.
|