diff options
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 5a8f21f4332..6d0b535db60 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -341,6 +341,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> <div> |