[www] r190099 - Document that clang-format.exe must be on PATH
Reid Kleckner
reid at kleckner.net
Thu Sep 5 14:09:39 PDT 2013
Author: rnk
Date: Thu Sep 5 16:09:39 2013
New Revision: 190099
URL: http://llvm.org/viewvc/llvm-project?rev=190099&view=rev
Log:
Document that clang-format.exe must be on PATH
The toolchain installer happens to provide clang-format.exe, and makes it easy
to put on PATH.
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=190099&r1=190098&r2=190099&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Thu Sep 5 16:09:39 2013
@@ -63,6 +63,11 @@ license.</p>
requires Visual Studio 2012 Professional. Notably, the Express edition does
not support plugins.</p>
+ <!-- Alternatively, the plugin could look for the LLVM in the registry. -->
+ <p>This plugin relies on clang-format.exe being available on PATH. You can
+ install clang-format.exe by installing the LLVM toolchain above and checking
+ the box to add LLVM to the system PATH.</p>
+
<p><a href="downloads/ClangFormat.vsix">Visual Studio plugin installer</a> (<a
href="https://address-sanitizer.googlecode.com/files/ClangFormat.vsix">mirror</a>)</p>
More information about the llvm-commits
mailing list