[clang] [libclang/python] Fix bugs in custom enum implementation and add tests (PR #95381)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 03:49:14 PDT 2024
================
@@ -2395,7 +2395,7 @@ def __repr__(self):
TypeKind.OCLRESERVEID = TypeKind(160)
TypeKind.OBJCOBJECT = TypeKind(161)
-TypeKind.OBJCCLASS = TypeKind(162)
+TypeKind.OBJCTYPEPARAM = TypeKind(162)
----------------
Endilll wrote:
Same as for OpenMP enum.
https://github.com/llvm/llvm-project/pull/95381
More information about the cfe-commits
mailing list