зеркало из https://github.com/microsoft/clang-1.git
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
This commit is contained in:
Родитель
c7e2a4e08a
Коммит
52bb2a0636
|
@ -3075,7 +3075,7 @@ functionList = [
|
|||
|
||||
("clang_Cursor_isBitField",
|
||||
[Cursor],
|
||||
c_long),
|
||||
bool),
|
||||
|
||||
("clang_Type_getAlignOf",
|
||||
[Type],
|
||||
|
|
Загрузка…
Ссылка в новой задаче