[www] r190166 - Add a mention that the installer includes clang-format, and will in the future
Chandler Carruth
chandlerc at gmail.com
Fri Sep 6 09:20:49 PDT 2013
Author: chandlerc
Date: Fri Sep 6 11:20:48 2013
New Revision: 190166
URL: http://llvm.org/viewvc/llvm-project?rev=190166&view=rev
Log:
Add a mention that the installer includes clang-format, and will in the future
include other tools.
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=190166&r1=190165&r2=190166&view=diff
==============================================================================
--- www/trunk/builds/index.html (original)
+++ www/trunk/builds/index.html Fri Sep 6 11:20:48 2013
@@ -50,12 +50,13 @@ license.</p>
<code>/p:CLTool=C:\Program Files\LLVM 3.4.svn\bin\clang-cl.exe</code></p>
<p>Currently, the package only includes
- <a href="http://clang.llvm.org">clang</a> and the
+ <a href="http://clang.llvm.org">clang</a>,
+ <a href="http://clang.llvm.org/docs/ClangFormat.html">clang-format</a>, and the
<a href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">AddressSanitizer</a>
runtime from <a href="http://compiler-rt.llvm.org">compiler-rt</a>, but
- eventually it should grow to encompass
+ eventually it should grow to encompass other Clang tools,
<a href="http://lld.llvm.org">lld</a>,
- <a href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM projectsi
+ <a href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM projects
such as <a href="http://libcxx.llvm.org">libc++</a>.</p>
</div>
More information about the llvm-commits
mailing list