summaryrefslogtreecommitdiff
path: root/tools/llvm-mcmarkup
AgeCommit message (Expand)AuthorFilesLines
2014-08-21Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie1-3/+4
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola1-4/+5
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Remove system_error.h.Rafael Espindola1-1/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2012-10-31MC: Simple example parser for MC assembly markup.Jim Grosbach4-0/+269