<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 2/2/12 10:52 AM, Michael Price wrote:
    <blockquote
cite="mid:CAJ9nmieo+HTTbFxu1cBa9q_ATPepeWtMkh0v_Pz7Jw-XQ3_9OA@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      I sent this to the commit list, but since I'm not registered with
      it, I suspect it is in moderator-limbo...<br>
    </blockquote>
    <br>
    Nope.  It's not in moderator limbo, so I'm not sure what happened to
    it.<br>
    <br>
    In any event, you could always subscribe to the list and then change
    your subscription to not deliver any messages.  As someone who
    routinely releases moderated messages from people who don't
    subscribe to the various LLVM-related lists, I can certainly say
    that I wish people would do that more often.<br>
    :)<br>
    <br>
    -- John T.<br>
    <br>
    <blockquote
cite="mid:CAJ9nmieo+HTTbFxu1cBa9q_ATPepeWtMkh0v_Pz7Jw-XQ3_9OA@mail.gmail.com"
      type="cite"><br>
      <div class="gmail_quote">---------- Forwarded message ----------<br>
        From: <b class="gmail_sendername">Michael Price</b> <span
          dir="ltr"><<a moz-do-not-send="true"
            href="mailto:michael.b.price.dev@gmail.com">michael.b.price.dev@gmail.com</a>></span><br>
        Date: Thu, Feb 2, 2012 at 12:55 AM<br>
        Subject: Sizeof for non-static class members<br>
        To: <a moz-do-not-send="true"
          href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
        <br>
        <br>
        Attached is a patch that adds tests for the C++11 feature that
        allows non-static class members to be used in the parameter of
        sizeof() without needing an instance, i.e.<br>
        <br>
        struct S { int m; }<br>
        sizeof(S::m);<br>
        <br>
        It seems that code that implements this feature was committed in
        late 2010, but there was never any update to the status page. 
        If we think that these tests confirm that the feature is
        complete, I can submit a different patch to update the
        cxx_status.html page (or someone else can update it if they care
        to backtrace availability to a "released" version of clang).<br>
        <br>
        Questions are welcome.<br>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
cfe-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>