From ae5a6fd31575add771264020c8365c6e89d7f912 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 14 Nov 2011 09:09:26 +0000 Subject: [PATCH] Add clang_complete to release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144529 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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