<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 8, 2015 at 10:17 AM, Pete Cooper <span dir="ltr"><<a href="mailto:peter_cooper@apple.com" target="_blank">peter_cooper@apple.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-  unsigned IsELF : 1;<br>
+  SymbolKind Kind : 2;</blockquote><div><br></div><div>enums with MSVC are always signed unless you ask for something else, so this will cause sign extension and cast failure at runtime. I'm going to make this unsigned. </div></div></div></div>