[PATCH] Rename lld:*_error::_ -> lld:*_error::ErrorCode.

Rui Ueyama ruiu at google.com
Mon Oct 7 15:51:45 PDT 2013


You are saying converting native_reader_error and et al from struct to
scoped enum would be better, right? That makes sense.


On Mon, Oct 7, 2013 at 3:04 PM, Michael Spencer <bigcheesegs at gmail.com>wrote:

>
>   The use of _ is a hack to emulate scoped enums. The _ should never be
> referenced directly. However, since we have scoped enums now, we should
> just use them.
>
> http://llvm-reviews.chandlerc.com/D1851
>
> COMMIT
>   http://llvm-reviews.chandlerc.com/rL192138
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131007/39c5a31f/attachment.html>


More information about the llvm-commits mailing list