[Lldb-commits] [PATCH] D103454: [lldb][docs] Document SBType
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 1 09:37:52 PDT 2021
mib accepted this revision.
mib added a comment.
This revision is now accepted and ready to land.
Left few comments regarding the phrasing but LGTM! Thanks for doing it!
================
Comment at: lldb/bindings/interface/SBType.i:372
+ %feature("docstring",
+ "Returns the underlying pointer type.
+
----------------
Could you keep the same style as the previous function docstring ?
================
Comment at: lldb/bindings/interface/SBType.i:411
+ %feature("docstring",
+ "Returns the underlying type of a typedef.
+
----------------
Same
================
Comment at: lldb/bindings/interface/SBType.i:427
+ %feature("docstring",
+ "Returns the underlying type of a reference type.
+ If this type is a reference as designated by `IsReferenceType`, then the
----------------
Same + newline
================
Comment at: lldb/bindings/interface/SBType.i:443
+ %feature("docstring",
+ "Returns the unqualified version of this type.
+
----------------
Same
================
Comment at: lldb/bindings/interface/SBType.i:458
+ %feature("docstring",
+ "Returns the underlying integer type if this is an enumeration type.
+
----------------
Same
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103454/new/
https://reviews.llvm.org/D103454
More information about the lldb-commits
mailing list