diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-08-08 23:36:37 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-08-08 23:36:37 +0000 |
commit | 1c5a38584df86655fd19e63c5bfa122f6343c379 (patch) | |
tree | a8d55f2b15e005f22ade105ac40c980dd786274d /clang/lib/CodeGen/CoverageMappingGen.cpp | |
parent | e96838e3044b5b6034def3a859775d36a1e31867 (diff) | |
download | bcm5719-llvm-1c5a38584df86655fd19e63c5bfa122f6343c379.tar.gz bcm5719-llvm-1c5a38584df86655fd19e63c5bfa122f6343c379.zip |
Simplify ownership of ExplodedGraph in the CoreEngine by removing unique_ptr indirection.
Summary: I was going to fix the use of raw pointer ownership in "takeGraph" when I realized that function was unused and the whole ExplodedGraph could just be owned by value without the std::unique_ptr indirection at all.
Reviewers: jordan_rose
Differential Revision: http://reviews.llvm.org/D4833
llvm-svn: 215257
Diffstat (limited to 'clang/lib/CodeGen/CoverageMappingGen.cpp')
0 files changed, 0 insertions, 0 deletions