From: Dmitri Gribenko Date: Sun, 21 Apr 2013 18:35:51 +0000 (+0000) Subject: Fix return type of isBitfield in the binding definition X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52bb2a06361d1d0d51809a2ac06e270e8cf05a9e;p=clang Fix return type of isBitfield in the binding definition Patch by Loïc Jaquemet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179984 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/python/clang/cindex.py b/bindings/python/clang/cindex.py index 36761bd859..880a1502a4 100644 --- a/bindings/python/clang/cindex.py +++ b/bindings/python/clang/cindex.py @@ -3075,7 +3075,7 @@ functionList = [ ("clang_Cursor_isBitField", [Cursor], - c_long), + bool), ("clang_Type_getAlignOf", [Type],