[clang] [libclang/python] Fix bug in `SourceRange.__contains__`, add tests (PR #101802)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 17:28:21 PDT 2024
================
@@ -355,6 +358,8 @@ Sanitizers
Python Binding Changes
----------------------
- Fixed an issue that led to crashes when calling ``Type.get_exception_specification_kind``.
+- Fixed a bug in ``SourceRange.__contains__`` that led to false positives
----------------
Endilll wrote:
I'm not sure we need this entry anymore.
https://github.com/llvm/llvm-project/pull/101802
More information about the cfe-commits
mailing list