summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CoverageMappingGen.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-08-08 23:36:37 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-08-08 23:36:37 +0000
commit1c5a38584df86655fd19e63c5bfa122f6343c379 (patch)
treea8d55f2b15e005f22ade105ac40c980dd786274d /clang/lib/CodeGen/CoverageMappingGen.cpp
parente96838e3044b5b6034def3a859775d36a1e31867 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud