[cfe-commits] [PATCH] Add bindings for clang_getCompletionBriefComment to cindex.py

Dmitri Gribenko gribozavr at gmail.com
Mon Sep 10 06:56:40 PDT 2012


Hello,

The attached patch adds briefComment property to CompletionString.

In order to take advantage of this functionality, we also need to
expose CXCodeComplete_Flags enum.  Is TranslationUnit class a good
place to put these constants?

Please review.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cindex-py-get-completion-brief-comment-v1.patch
Type: application/octet-stream
Size: 1697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120910/e256d659/attachment.obj>


More information about the cfe-commits mailing list