<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vlad.bespalov@jetstreamsoft.com" title="Vlad Bespalov <vlad.bespalov@jetstreamsoft.com>"> <span class="fn">Vlad Bespalov</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - False positive: Undefined or garbage value returned to caller"
   href="https://bugs.llvm.org/show_bug.cgi?id=36953">bug 36953</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;">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 - False positive: Undefined or garbage value returned to caller"
   href="https://bugs.llvm.org/show_bug.cgi?id=36953#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - False positive: Undefined or garbage value returned to caller"
   href="https://bugs.llvm.org/show_bug.cgi?id=36953">bug 36953</a>
              from <span class="vcard"><a class="email" href="mailto:vlad.bespalov@jetstreamsoft.com" title="Vlad Bespalov <vlad.bespalov@jetstreamsoft.com>"> <span class="fn">Vlad Bespalov</span></a>
</span></b>
        <pre>false positive in reproducer fixed in clang 7.0:

$ clang-check ../../stupid.c -analyze -extra-arg -Xanalyzer -extra-arg
-analyzer-output=text
Error while trying to load a compilation database:
Could not auto-detect compilation database for file "../../stupid.c"
No compilation database found in
/home/Vlad.Bespalov/source/!4/clang+llvm-6.0.1-x86_64-linux-sles11.3/bin/../..
or any parent directory
json-compilation-database: Error while opening JSON database: No such file or
directory
fixed-compilation-database: Error while opening fixed database: No such file or
directory
Running without flags.

$ clang-check --version
LLVM (<a href="http://llvm.org/">http://llvm.org/</a>):
  LLVM version 7.0.0
  Optimized build.
  Default target: x86_64-unknown-linux-gnu
  Host CPU: amdfam10</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>