]> granicus.if.org Git - clang/commitdiff
Fix return type of isBitfield in the binding definition
authorDmitri Gribenko <gribozavr@gmail.com>
Sun, 21 Apr 2013 18:35:51 +0000 (18:35 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Sun, 21 Apr 2013 18:35:51 +0000 (18:35 +0000)
Patch by Loïc Jaquemet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179984 91177308-0d34-0410-b5e6-96231b3b80d8

bindings/python/clang/cindex.py

index 36761bd859669106d99e8015f05dee2320a9cd85..880a1502a4ba52991293ba88a7d88c6d634aa4e5 100644 (file)
@@ -3075,7 +3075,7 @@ functionList = [
 
   ("clang_Cursor_isBitField",
    [Cursor],
-   c_long),
+   bool),
 
   ("clang_Type_getAlignOf",
    [Type],