Skip to content

Commit e30b5a8

Browse files
authored
Added TypeKind.FLOAT16 for 32 in cindex.py
fix for #142633 Added FLOAT16 enum for value 32
1 parent e6529dc commit e30b5a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,6 +2483,7 @@ def spelling(self):
24832483
OBJCSEL = 29
24842484
FLOAT128 = 30
24852485
HALF = 31
2486+
FLOAT16 = 32
24862487
IBM128 = 40
24872488
COMPLEX = 100
24882489
POINTER = 101

0 commit comments

Comments
 (0)