[Lldb-commits] [PATCH] D103454: [lldb][docs] Document SBType

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 1 10:41:26 PDT 2021


shafik added inline comments.


================
Comment at: lldb/bindings/interface/SBType.i:338
+    * C: Returns true for anonymous struct and unions.
+    * C++: Same as in C.
+    * Objective-C: Same as in C.
----------------
Worth noting that anonymous structs are a GNU extension in C++.


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