llvm-project/lldb/tools
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
..
argdumper Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
compact-unwind *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
darwin-debug Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
darwin-threads the thread id is easier to read in base16. 2018-03-06 23:33:02 +00:00
debugserver Use std::make_shared in LLDB (NFC) 2019-02-11 23:13:08 +00:00
driver Fix some warnings introduced in r353324 (ReproducerInstrumentation patch) 2019-02-07 13:51:38 +00:00
install-headers add back an Xcode-specific Makefile for header installation 2016-01-28 22:34:36 +00:00
intel-features Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb-instr [lldb] [lldb-instr] Add missing linkage to clang libraries 2019-02-11 10:02:26 +00:00
lldb-mi Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb-perf Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb-server [CMake] Add code signing for lldb-server on iOS 2019-01-28 16:57:23 +00:00
lldb-test Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
lldb-vscode Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [Reproducers] lldb-instr: tool to generate instrumentation macros. 2019-02-06 04:33:14 +00:00