[all-commits] [llvm/llvm-project] 855a3e: [libclang/python] Add isFunctionInlined support ...
Thomas Applencourt via All-commits
all-commits at lists.llvm.org
Thu Oct 30 13:26:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 855a3e974dfaa317d65d9e66c3cadf76d470da2b
https://github.com/llvm/llvm-project/commit/855a3e974dfaa317d65d9e66c3cadf76d470da2b
Author: Thomas Applencourt <tapplencourt at anl.gov>
Date: 2025-10-31 (Fri, 31 Oct 2025)
Changed paths:
M clang/bindings/python/clang/cindex.py
M clang/bindings/python/tests/cindex/test_cursor.py
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
[libclang/python] Add isFunctionInlined support (#162882)
`cindex.py` was missing support for
[isFunctionInlined](https://clang.llvm.org/doxygen/group__CINDEX__TYPES.html#ga963097b9aecabf5dce7554dff18b061d),
this PR add it.
---------
Co-authored-by: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list