Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
61b9fd4686fc05a08f0fceba8de44e20e4b51cc8
/
llvm
/
tools
/
llvm-mcmarkup
/
llvm-mcmarkup.cpp
1961f14
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
by David Blaikie
· 11 years ago
adf21f2
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
4453e4294
Remove 'using std::error_code' from tools.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
a6e9c3e
Remove system_error.h.
by Rafael Espindola
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
acd8801
MC: Simple example parser for MC assembly markup.
by Jim Grosbach
· 13 years ago