Skip to content

Commit e7cd6b4

Browse files
authored
[libclang/python] Add TypeKind.FLOAT16 (#142634)
Adds FLOAT16 enum for value 32 Fixes #142633
1 parent e66c205 commit e7cd6b4

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
@@ -2481,6 +2481,7 @@ def spelling(self):
24812481
OBJCSEL = 29
24822482
FLOAT128 = 30
24832483
HALF = 31
2484+
FLOAT16 = 32
24842485
IBM128 = 40
24852486
COMPLEX = 100
24862487
POINTER = 101

0 commit comments

Comments
 (0)