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

Thomas Applencourt via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 30 11:45:19 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),
----------------
TApplencourt wrote:

Merged the suggestion and Added the cast back in  `77999cecff9f` 

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


More information about the cfe-commits mailing list