[cfe-commits] [PATCH] cindex.py: don't call clang_getCompletionBriefComment if it is not available
Tobias Grosser
grosser at fim.uni-passau.de
Sat Sep 22 10:52:23 PDT 2012
On 09/22/2012 06:20 PM, Dmitri Gribenko wrote:
> 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.
Looks good.
Tobi
More information about the cfe-commits
mailing list