forked from OSchip/llvm-project
[libclang] python: fix return type of clang_Type_getSizeOf().
Patch by Loïc Jaquemet! llvm-svn: 191346
This commit is contained in:
parent
16834f1cf9
commit
18d37b539e
|
@ -3128,7 +3128,7 @@ functionList = [
|
||||||
|
|
||||||
("clang_Type_getSizeOf",
|
("clang_Type_getSizeOf",
|
||||||
[Type],
|
[Type],
|
||||||
c_ulonglong),
|
c_longlong),
|
||||||
]
|
]
|
||||||
|
|
||||||
class LibclangError(Exception):
|
class LibclangError(Exception):
|
||||||
|
|
Loading…
Reference in New Issue