================
@@ -2235,6 +2237,12 @@ def raw_comment(self) -> str:
         """Returns the raw comment text associated with that Cursor"""
         return 
_CXString.from_result(conf.lib.clang_Cursor_getRawCommentText(self))
 
+    @property
+    @cursor_null_guard
+    def parsed_comment(self) -> str:
----------------
Endilll wrote:

Also, why is this the only function that has type annotations?

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

Reply via email to