Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / include / llvm / Object / MachOUniversal.h
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...