From: Tobias Grosser Date: Mon, 14 Nov 2011 09:09:26 +0000 (+0000) Subject: Add clang_complete to release notes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ae5a6fd31575add771264020c8365c6e89d7f912;p=oota-llvm.git Add clang_complete to release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144529 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5a8f21f4332..6d0b535db60 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -340,6 +340,18 @@ be used to verify some algorithms. + +

clang_complete for VIM

+ +
+ +

clang_complete 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.

+ +
+

clReflect