[llvm-commits] [llvm] r144529 - /llvm/trunk/docs/ReleaseNotes.html
    Tobias Grosser 
    grosser at fim.uni-passau.de
       
    Mon Nov 14 01:09:27 PST 2011
    
    
  
Author: grosser
Date: Mon Nov 14 03:09:26 2011
New Revision: 144529
URL: http://llvm.org/viewvc/llvm-project?rev=144529&view=rev
Log:
Add clang_complete to release notes
Modified:
    llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=144529&r1=144528&r2=144529&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 14 03:09:26 2011
@@ -341,6 +341,18 @@
 </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>
 
 <div>
    
    
More information about the llvm-commits
mailing list