Don't own the buffer in object::Binary.
[oota-llvm.git] / lib / Object / SymbolicFile.cpp
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.