Add a home brewed make_unique to ease creating unique_ptrs.
authorLei Zhang <antiagainst@gmail.com>
Fri, 19 Aug 2016 03:16:21 +0000 (23:16 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 24 Aug 2016 13:41:55 +0000 (09:41 -0400)
commitf51d82338e6a129300562b2c73daee02d3918b77
tree7806fb305596b4ac29e64a6c9ce441c52691944d
parent6f13c7322960f9c41d601421d2637c957541fd03
Add a home brewed make_unique to ease creating unique_ptrs.
source/opt/libspirv.cpp
source/opt/make_unique.h [new file with mode: 0644]
test/opt/pass_fixture.h
test/opt/test_iterator.cpp
test/opt/test_pass_manager.cpp
test/opt/test_types.cpp