[Lldb-commits] [lldb] [lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (PR #126901)
    Michael Buch via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb 12 07:30:27 PST 2025
    
    
  
================
@@ -964,6 +964,7 @@ class LLDB_API SBTarget {
   friend class SBSection;
   friend class SBSourceManager;
   friend class SBSymbol;
+  friend class SBType;
----------------
Michael137 wrote:
Ah fair enough, reverted that for now
https://github.com/llvm/llvm-project/pull/126901
    
    
More information about the lldb-commits
mailing list