================
@@ -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:

Are you talking about 
https://github.com/llvm/llvm-project/pull/162882#discussion_r2439948048? It 
have been merged and resolved a few days ago.

If not sorry, but cannot find your other suggested change. 

https://github.com/llvm/llvm-project/pull/162882
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to