[Lldb-commits] [PATCH] D42386: Fix memory leak in TestClangASTContext.TestRecordHasFields

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 10:03:29 PST 2018


On Mon, Jan 29, 2018 at 9:42 AM, David Blaikie via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
> Any chance of using unique_ptr or other RAII/etc ownership to make this API
> safer by default?
>

I agree that would be a more robust way of dealing with the problem.

Thanks,

--
Davide


More information about the llvm-commits mailing list