[Lldb-commits] [lldb] [LLDB] Add more helper functions to CompilerType class (second try). (PR #73472)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 27 15:34:16 PST 2023


================
@@ -194,6 +192,54 @@ class CompilerType {
   bool IsTypedefType() const;
 
   bool IsVoidType() const;
+
+  bool IsSmartPtrType() const;
----------------
adrian-prantl wrote:

Some methods like this one could benefit from a Doxygen comment that explains what the semantics are.

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


More information about the lldb-commits mailing list