[Lldb-commits] [lldb] [lldb][SBAPI] Add new SBType::GetTemplateParameterValue API (PR #126901)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 12 05:02:17 PST 2025


================
@@ -964,6 +964,7 @@ class LLDB_API SBTarget {
   friend class SBSection;
   friend class SBSourceManager;
   friend class SBSymbol;
+  friend class SBType;
----------------
labath wrote:

This is completely optional, it just seemed like a good opportunity to advertise [my idea](https://godbolt.org/z/sG8GqYh5T) for avoiding these random criss-cross friend declarations.

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


More information about the lldb-commits mailing list