[clang] [libclang/python] Add isFunctionInlined support (PR #162882)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 21 23:50:35 PDT 2025
================
@@ -615,6 +615,7 @@ Sanitizers
Python Binding Changes
----------------------
+- Exposed ``clang_Cursor_is_function_inlined``.
----------------
Endilll wrote:
```suggestion
- Exposed ``clang_Cursor_isFunctionInlined``.
```
https://github.com/llvm/llvm-project/pull/162882
More information about the cfe-commits
mailing list