[Lldb-commits] [PATCH] D133906: [lldb] Generate lldb-forward with .def file
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 15 09:53:54 PDT 2022
jingham added a comment.
To some extent, the fact that we define an XxxSP for a class is saying "This is a thing we mostly pass around as a shared pointer" which would be lost if every time we make an SP or UP we use the same syntax. But I'm not sure that that's a terribly strong objection.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133906/new/
https://reviews.llvm.org/D133906
More information about the lldb-commits
mailing list