[clang] add some missing Kinds to libclang python bindings (PR #85571)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 18 07:12:41 PDT 2024


================
@@ -544,6 +544,8 @@ Python Binding Changes
 ----------------------
 
 - Exposed `CXRewriter` API as `class Rewriter`.
+- Add some missing kinds from Index.h (CursorKind: 149-156, 272-320, 420-437. 
+  TemplateArgumentKind: 5-9. TypeKind: 161-175 and 178).
----------------
AaronBallman wrote:

```suggestion
- Add some missing kinds from Index.h (CursorKind: 149-156, 272-320, 420-437.
  TemplateArgumentKind: 5-9. TypeKind: 161-175 and 178).
```

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


More information about the cfe-commits mailing list