[clang] Added TypeKind.FLOAT16 for 32 in cindex.py (PR #142634)

Jannick Kremer via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 4 00:12:31 PDT 2025


https://github.com/DeinAlptraum approved this pull request.

Thanks for the PR, LGTM
I'll merge this once you've checked the private email setting as described in the bot comment.

CC @Endilll :
Seems like we're missing a bunch of `TypeKind`s, currently missing 33 - 39 and 179 - 181 enum variants. 180 and 181 were only added the other day, we might want to look into some way to test these automatically to ensure that any additions are also added on Python side in the future.

https://github.com/llvm/llvm-project/pull/142634


More information about the cfe-commits mailing list