llvm-project/llvm/tools/llvm-nm
Eric Christopher dbb92cad2e Rewrite demangle memory handling.
The return of itaniumDemangle is allocated with malloc rather than new[]
and so using unique_ptr isn't called for here. As a note for the future
we should rewrite it to do this.

llvm-svn: 306788
2017-06-30 05:38:56 +00:00
..
CMakeLists.txt llvm-nm: Add support for symbol demangling (-C/--demangle) 2017-06-29 18:29:05 +00:00
LLVMBuild.txt
llvm-nm.cpp Rewrite demangle memory handling. 2017-06-30 05:38:56 +00:00