Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 22 Apr 2014 21:27:37 +0000 (21:27 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 22 Apr 2014 21:27:37 +0000 (21:27 +0000)
commit0eb05e272ae10bc8c5530740914e1fb9e9052db1
tree5b650bf6eae1d8acba00c19ce11244d2a1ea7856
parent44fa7c35ee64fbfb655825be613eaf125d3323e5
Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile.

So Chandler - how about those range algorithms? (would really love a
dereferencing range adapter for this sort of stuff)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206921 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h