Hello,

Attached is a patch that fixes cindex.py compatibility with older
libclang.so.  The issue is that we call
clang_getCompletionBriefComment unconditionally.  The patch adds a
check to see if this function is available.

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 <[email protected]>*/

Attachment: cindex-brief-comments-3.0-compatible-v1.patch
Description: Binary data

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to