forked from OSchip/llvm-project
796ac80b86
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 |
||
---|---|---|
.. | ||
argdumper | ||
compact-unwind | ||
darwin-debug | ||
darwin-threads | ||
debugserver | ||
driver | ||
install-headers | ||
intel-features | ||
lldb-instr | ||
lldb-mi | ||
lldb-perf | ||
lldb-server | ||
lldb-test | ||
lldb-vscode | ||
CMakeLists.txt |