]> granicus.if.org Git - clang/commit
Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 1 May 2014 20:46:30 +0000 (20:46 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 1 May 2014 20:46:30 +0000 (20:46 +0000)
commit94f9e6fcfeedac1677f14d5ae8d4647326a1dba1
tree11d3fb22251b0380a0b1bddcaff0265fc7f0724f
parent2bc825e5e3dbc93d19372de6a45f3b23e3162746
Use make_unique<T>(...) rather than unique_ptr<T>(new T(...))

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207792 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Tooling/Tooling.h