[lldb/API] Use std::make_unique<> (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 24 Jun 2020 23:25:05 +0000 (16:25 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 24 Jun 2020 23:29:30 +0000 (16:29 -0700)
commit1c0bbe4341ac0ffbaf2e1f482239b45166607f2d
treeb379f3b8e3cdbfc7d5e9af6294ed79e16ae6723c
parent6330653547f492646c92553738dab6a99d7d9710
[lldb/API] Use std::make_unique<> (NFC)

I was holding off on this change until we moved to C++14 as to not have
to convert llvm::make_unique to std::make_unique. That happened a while
ago so here's the first patch for the API which had a bunch of raw
`new`s.
16 files changed:
lldb/source/API/SBAddress.cpp
lldb/source/API/SBBreakpointName.cpp
lldb/source/API/SBCommandInterpreterRunOptions.cpp
lldb/source/API/SBDeclaration.cpp
lldb/source/API/SBError.cpp
lldb/source/API/SBLineEntry.cpp
lldb/source/API/SBProcessInfo.cpp
lldb/source/API/SBSourceManager.cpp
lldb/source/API/SBStream.cpp
lldb/source/API/SBStringList.cpp
lldb/source/API/SBSymbolContext.cpp
lldb/source/API/SBType.cpp
lldb/source/API/SBTypeEnumMember.cpp
lldb/source/API/SBTypeSummary.cpp
lldb/source/API/SBValueList.cpp
lldb/source/API/SBVariablesOptions.cpp