<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I just try to fix this coding style problem. It seems you already
    fix it. <br>
    Thanks!<br>
    <blockquote cite="mid:50ED1E37.8080004@gmail.com" type="cite">
      <blockquote
cite="mid:CAGCO0KhCP1iWcUL7Pd4pbrawX_HYKbkLKxoHXyuCAEuo8nFcDQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_extra">
            <div class="gmail_quote">
              <div class="gmail_quote">
                <div><br>
                </div>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px
0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
                  <div bgcolor="#FFFFFF" text="#000000">
                    <div> Among all the stylistic issues, one issue I'm
                      not quite sure. It was about enum definition<br>
                      I copy the style from somewhere else in LLVM, and
                      I check the coding style std, I don't find <br>
                      any words about it.  If you find a canonical way
                      to define enum, please let me know.</div>
                  </div>
                </blockquote>
                <div><br>
                </div>
                <div>From the coding standards document[1]:</div>
                "Unless the enumerators are defined in their own small
                namespace or inside a class, enumerators should have a
                prefix corresponding to the enum declaration name. For
                example, enum ValueKind { ... }; may contain enumerators
                like VK_Argument, VK_BasicBlock, etc."</div>
            </div>
          </div>
        </div>
      </blockquote>
      <blockquote
cite="mid:CAGCO0KhCP1iWcUL7Pd4pbrawX_HYKbkLKxoHXyuCAEuo8nFcDQ@mail.gmail.com"
        type="cite">
        <div dir="ltr">
          <div class="gmail_extra">
            <div class="gmail_quote"><br>
            </div>
            <div class="gmail_quote">[1]: <a moz-do-not-send="true"
href="http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly"
                target="_blank" class="cremed">http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly</a></div>
          </div>
        </div>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>