Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / include / llvm / Object / IRObjectFile.h
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.