<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </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 - reparse does not take created header files into account"
   href="https://bugs.llvm.org/show_bug.cgi?id=32923">32923</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>reparse does not take created header files into account
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>4.0
          </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>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>libclang
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>nikolai.kosjar@qt.io
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>klimek@google.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=18408" name="attach_18408" title="Source and test data to reproduce.">attachment 18408</a> <a href="attachment.cgi?id=18408&action=edit" title="Source and test data to reproduce.">[details]</a></span>
Source and test data to reproduce.

$ cd addHeaderLater/data
$ path/to/libclangclient main.cpp 
### Parsing + reparsing, diagnostics are:
Parsing main.cpp:   0.0012 (100.0%)  
Precompiling preamble:   0.0120 (100.0%)   0.0120 (100.0%)   0.0104 (100.0%)  
Cache global code completions for main.cpp:   0.0006 (100.0%)  
Reparsing main.cpp:   0.0120 (100.0%)   0.0120 (100.0%)   0.0121 (100.0%)  
-- Extracted diagnostic: 1:10: 'header.h' file not found
### Creating header on disk...
### Reparsing, diagnostics are:
Reparsing main.cpp:   0.0040 (100.0%)   0.0040 (100.0%)   0.0007 (100.0%)  
-- Extracted diagnostic: 1:10: 'header.h' file not found

Although the header is created on disk, a reparse still emits that the file is
not found.

Might be related to <a href="https://bugs.llvm.org//show_bug.cgi?id=28536">https://bugs.llvm.org//show_bug.cgi?id=28536</a> .</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>