1. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  2. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  3. 4453e4294 Remove 'using std::error_code' from tools. by Rafael Espindola · 11 years ago
  4. 3acea39 Don't use 'using std::error_code' in include/llvm. by Rafael Espindola · 11 years ago
  5. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  6. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  7. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  8. acd8801 MC: Simple example parser for MC assembly markup. by Jim Grosbach · 13 years ago