[Lldb-commits] [PATCH] D85396: Fix a small memory leak in VectorType.cpp and BlockPointer.cpp

Thorsten via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 5 22:20:31 PDT 2020


tschuett added a comment.

auto_ptr is deprecated since C++11 and will be removed in C++17.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85396/new/

https://reviews.llvm.org/D85396



More information about the lldb-commits mailing list