[cfe-commits] [Patch] adding clang_getCompletionAnnotation

Erik Verbruggen erik.verbruggen at me.com
Tue Oct 11 07:46:30 PDT 2011


Hi,

The attached patch adds clang_getCompletionAnnotation to libclang, which can be used to retrieve annotation attributes for CXCompletionString-s. To do this, I extended CodeCompletionString to store the annotation strings inside the object, right after the Chunks. This patch is on top of r141497.

-- Erik.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111011/52910fa4/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Added-clang_getCompletionAnnotation-to-retrieve-anno.patch
Type: application/octet-stream
Size: 9883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111011/52910fa4/attachment.obj>


More information about the cfe-commits mailing list