hanchenye-llvm-project/lldb/unittests/UnwindAssembly
Jonas Devlieghere 796ac80b86 Use std::make_shared in LLDB (NFC)
Unlike std::make_unique, which is only available since C++14,
std::make_shared is available since C++11. Not only is std::make_shared
a lot more readable compared to ::reset(new), it also performs a single
heap allocation for the object and control block.

Differential revision: https://reviews.llvm.org/D57990

llvm-svn: 353764
2019-02-11 23:13:08 +00:00
..
ARM64 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
PPC64 Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
x86 Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
CMakeLists.txt