[Lldb-commits] [PATCH] D49612: Use LLVM's new ItaniumPartialDemangler in LLDB

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 23 04:13:53 PDT 2018


sgraenitz updated this revision to Diff 156743.
sgraenitz added a comment.

Fix: Use malloc instead of new for allocating the demangled_name buffer.


https://reviews.llvm.org/D49612

Files:
  cmake/modules/LLDBConfig.cmake
  lldb.xcodeproj/project.pbxproj
  source/Core/Mangled.cpp
  unittests/Core/CMakeLists.txt
  unittests/Core/MangledTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49612.156743.patch
Type: text/x-patch
Size: 9580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180723/519ad0d7/attachment.bin>


More information about the lldb-commits mailing list