Add clang_complete to release notes
authorTobias Grosser <grosser@fim.uni-passau.de>
Mon, 14 Nov 2011 09:09:26 +0000 (09:09 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Mon, 14 Nov 2011 09:09:26 +0000 (09:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144529 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 5a8f21f43329dba952d683a2d939754fdaf085e5..6d0b535db60bdfb50c087bdfd7292a7dd875865b 100644 (file)
@@ -340,6 +340,18 @@ be used to verify some algorithms.
 
 </div>
 
+<!--=========================================================================-->
+<h3>clang_complete for VIM</h3>
+
+<div>
+
+<p><a href="https://github.com/Rip-Rip/clang_complete">clang_complete</a> is a
+   VIM plugin, that provides accurate C/C++ autocompletion using the clang front
+   end. The development version of clang complete, can directly use libclang
+   which can maintain a cache to speed up auto completion.</p>
+
+</div>
+
 <!--=========================================================================-->
 <h3>clReflect</h3>