<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - sizeof(__func__) etc are wrong in lambdas"
   href="http://llvm.org/bugs/show_bug.cgi?id=16946">16946</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>sizeof(__func__) etc are wrong in lambdas
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>-New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>b.r.longbons@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=11075" name="attach_11075" title="demonstration of the problem">attachment 11075</a> <a href="attachment.cgi?id=11075&action=edit" title="demonstration of the problem">[details]</a></span>
demonstration of the problem

sizeof(__func__), sizeof(__FUNCTION__), and sizeof(__PRETTY_FUNCTION__) are
wrong in lambdas; they print the size of the magic variable from the containing
function.

I tested clang 3.3 as released by Debian; sdt on IRC tested with yesterday's
trunk.

The attached program should always output the length of the string that
follows, including the the \0.

Expected output includes: 11 operator()
Actual output includes: 5 operator()</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>