[Lldb-commits] [lldb] [lldb][Python] Enable type annotations for most types (PR #213463)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 6 09:24:26 PDT 2026


================
@@ -64,6 +64,68 @@ except ImportError:
 // Parameter types will be used in the autodoc string.
 %feature("autodoc", "1");
 
+#if SWIG_VERSION >= 0x040500
+// Swig 4.5.0 added typing annotations. Use them.
----------------
JDevlieghere wrote:

I think this is pretty obvious from the line above and below.
```suggestion
```

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


More information about the lldb-commits mailing list