[PATCH][libclang] python bindings - oneliner fix to rettype of getSizeOf

Loïc Jaquemet loic.jaquemet at gmail.com
Sun Sep 15 16:29:41 PDT 2013


--- a/bindings/python/clang/cindex.py
+++ b/bindings/python/clang/cindex.py
@@ -3127,7 +3127,7 @@ functionList = [

   ("clang_Type_getSizeOf",
    [Type],
-   c_ulonglong),
+   c_longlong),
 ]

 class LibclangError(Exception):

-- 
Loïc Jaquemet
-------------- next part --------------
A non-text attachment was scrubbed...
Name: python-fixes-getsizeof-rettype
Type: application/octet-stream
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130915/259bb666/attachment.obj>


More information about the cfe-commits mailing list