<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:warren_ristow@playstation.sony.com" title="Warren Ristow <warren_ristow@playstation.sony.com>"> <span class="fn">Warren Ristow</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Static analyzer crashes without core.CallAndMessage"
   href="https://bugs.llvm.org/show_bug.cgi?id=37056">bug 37056</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;">Fixed By Commit(s)</td>
           <td>
                
           </td>
           <td>r369078
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>warren_ristow@playstation.sony.com
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Static analyzer crashes without core.CallAndMessage"
   href="https://bugs.llvm.org/show_bug.cgi?id=37056#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Static analyzer crashes without core.CallAndMessage"
   href="https://bugs.llvm.org/show_bug.cgi?id=37056">bug 37056</a>
              from <span class="vcard"><a class="email" href="mailto:warren_ristow@playstation.sony.com" title="Warren Ristow <warren_ristow@playstation.sony.com>"> <span class="fn">Warren Ristow</span></a>
</span></b>
        <pre>This problem was resolved with <a href="https://reviews.llvm.org/D66042">https://reviews.llvm.org/D66042</a> (r369078), in
mid-August, 2019.  For reference, that places the fix in llvm 10.

Note that the problem here is rooted in using what is essentially an
unsupported set of switches:

   "The analyzer basically expects that some of the core.* checkers
  are guaranteed to be on to do the path-sensitive analysis, [...]"

<a href="http://clang-developers.42468.n3.nabble.com/Turning-off-checkers-td4032778.html#a4033877">http://clang-developers.42468.n3.nabble.com/Turning-off-checkers-td4032778.html#a4033877</a>

The commit that fixes this crash does it by "silencing" core checkers, rather
than disabling them entirely.</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>