<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:noqnoqneo@gmail.com" title="Artem Dergachev <noqnoqneo@gmail.com>"> <span class="fn">Artem Dergachev</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - False positive CF leak involving 'autorelease' wrapper"
   href="https://bugs.llvm.org/show_bug.cgi?id=2580">bug 2580</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>CONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WORKSFORME
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>noqnoqneo@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - False positive CF leak involving 'autorelease' wrapper"
   href="https://bugs.llvm.org/show_bug.cgi?id=2580#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - False positive CF leak involving 'autorelease' wrapper"
   href="https://bugs.llvm.org/show_bug.cgi?id=2580">bug 2580</a>
              from <span class="vcard"><a class="email" href="mailto:noqnoqneo@gmail.com" title="Artem Dergachev <noqnoqneo@gmail.com>"> <span class="fn">Artem Dergachev</span></a>
</span></b>
        <pre>Found the source code at <a href="https://github.com/wezm/RegexKitLite">https://github.com/wezm/RegexKitLite</a> but could not
reproduce the bug.

Generally, inter-procedural analysis has been implemented, and additionally the
retain count checker has been taught to explicitly detect various wrappers
around retain/release/autorelease operations. This bug doesn't require
cross-translation-unit analysis because the project consists of only one
tranlation unit.

So most likely this shouldn't be an issue anymore.</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>