[www] r190097 - Add the clang-format VS plugin to the builds page.
Reid Kleckner
reid at kleckner.net
Thu Sep 5 13:47:17 PDT 2013
Author: rnk
Date: Thu Sep 5 15:47:17 2013
New Revision: 190097
URL: http://llvm.org/viewvc/llvm-project?rev=190097&view=rev
Log:
Add the clang-format VS plugin to the builds page.
Modified:
www/trunk/builds/index.html
Modified: www/trunk/builds/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/builds/index.html?rev=190097&r1=190096&r2=190097&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Thu Sep 5 15:47:17 2013
@@ -40,6 +40,7 @@ license.</p>
installer is built with MSVC 2012 and targets the MSVC 2010 C/C++
runtimes.</p>
+ <!-- TODO: Move this to downloads/LLVM-*.exe as discussed. -->
<p><a href="LLVM-3.4.r190067-win32.exe">Windows installer</a> (<a
href="https://address-sanitizer.googlecode.com/files/LLVM-3.4.r190067-win32.exe">mirror</a>),
based on SVN r190067. </p>
@@ -55,6 +56,20 @@ license.</p>
</div>
+<div class="rel_section">clang-format plugin for Visual Studio</div>
+
+<div class="rel_boxtext">
+
+ <p>We also provide a standalone Visual Studio plugin for clang-format. It
+ requires Visual Studio 2012 Professional. Notably, the Express edition does
+ not support plugins.</p>
+
+ <!-- TODO: Upload this to downloads/*.vsix as discussed. -->
+ <p><a href="#broken">Visual Studio plugin installer</a> (<a
+ href="https://address-sanitizer.googlecode.com/files/ClangFormat.vsix">mirror</a>)</p>
+
+</div>
+
</div> <!-- rel_container -->
<!--#include virtual="../attrib.incl" -->
More information about the llvm-commits
mailing list