[patch] Finishing touch for the std::error_code transition

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Jun 13 09:28:40 PDT 2014


Hi,

While std::error_code itself seems to work OK in all platforms, there
a few annoying differences with regards to the std::errc enumeration.

The attached patch adds a simple llvm enumeration, which will
hopefully avoid build breakages in other platforms and surprises as we
get more uses of std::error_code.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lld.patch
Type: text/x-patch
Size: 12742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140613/f1b3a55b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: text/x-patch
Size: 7134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140613/f1b3a55b/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm.patch
Type: text/x-patch
Size: 22767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140613/f1b3a55b/attachment-0002.bin>


More information about the llvm-commits mailing list