================
@@ -76,6 +77,8 @@ class SupportFile {
const Checksum m_checksum;
};
+typedef NonNullSharedPtr<lldb_private::SupportFile> SupportFileSP;
----------------
augusto2112 wrote:
I think we should rename the typedef to something else. If I'm reading code and
come across `SupportFileSP` I'd just assume it's a regular shared pointer.
`SupportFileNSP`?
https://github.com/llvm/llvm-project/pull/168624
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits