================ @@ -77,6 +77,8 @@ Clang Frontend Potentially Breaking Changes Clang Python Bindings Potentially Breaking Changes -------------------------------------------------- +- Calling methods on null-cursors now leads to an exception. ---------------- Endilll wrote:
```suggestion - Almost all `Cursor` methods now assert that they are called on non-null cursors. Most of the time null cursors were mapped to `None`, so no widespread breakages are expected. ``` https://github.com/llvm/llvm-project/pull/138103 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits