Skip to content

Commit cfa988e

Browse files
Update clang/bindings/python/clang/cindex.py
Co-authored-by: Vlad Serebrennikov <[email protected]>
1 parent 433df89 commit cfa988e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4315,7 +4315,7 @@ def set_property(self, property, value):
43154315
("clang_Cursor_isAnonymous", [Cursor], bool),
43164316
("clang_Cursor_isAnonymousRecordDecl", [Cursor], bool),
43174317
("clang_Cursor_isBitField", [Cursor], bool),
4318-
("clang_Cursor_isFunctionInlined", [Cursor], bool),
4318+
("clang_Cursor_isFunctionInlined", [Cursor], c_uint),
43194319
("clang_Location_isInSystemHeader", [SourceLocation], bool),
43204320
("clang_PrintingPolicy_dispose", [PrintingPolicy]),
43214321
("clang_PrintingPolicy_getProperty", [PrintingPolicy, c_int], c_uint),

0 commit comments

Comments
 (0)