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 | 8bee91ffc6961cea510a27363f7523684d7ee6f3 (patch) | |
tree | af0511e50df710ac32b825a5b79b3e4c36d555c6 | |
parent | cfa35956c344da6a382a43a426f8647515a0fe32 (diff) | |
download | bcm5719-llvm-8bee91ffc6961cea510a27363f7523684d7ee6f3.tar.gz bcm5719-llvm-8bee91ffc6961cea510a27363f7523684d7ee6f3.zip |
Add clang_complete to release notes
llvm-svn: 144529
-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> |