[clang] [libclang/python] Add isFunctionInlined support (PR #162882)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 25 01:00:38 PDT 2025


================
@@ -4308,6 +4315,7 @@ def set_property(self, property, value):
     ("clang_Cursor_isAnonymous", [Cursor], bool),
     ("clang_Cursor_isAnonymousRecordDecl", [Cursor], bool),
     ("clang_Cursor_isBitField", [Cursor], bool),
+    ("clang_Cursor_isFunctionInlined", [Cursor], bool),
----------------
Endilll wrote:

> Address the feedback on this particular function you're adding, and it should be good to go

To be clear, I mean that the change I suggested in the very first comment of this review thread has to be applied. The existing signatures that specify `bool` are out of scope of this PR.

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


More information about the cfe-commits mailing list