diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-14 09:09:26 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2011-11-14 09:09:26 +0000 |
commit | ae5a6fd31575add771264020c8365c6e89d7f912 (patch) | |
tree | a2f782f4caa637ab135793363432bc633c2c2e90 | |
parent | 093cb7ed304ff91bc5f1a422fd84c6aec9ea9f28 (diff) |
Add clang_complete to release notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144529 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5a8f21f433..6d0b535db6 100644 --- a/docs/ReleaseNotes.html +++ b/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> |