<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 --- - Clang driver doesn't now how to handle *.inl file"
   href="http://llvm.org/bugs/show_bug.cgi?id=17313">17313</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang driver doesn't now how to handle *.inl file
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>Driver
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>paradisecracked@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>I'm working on the project contains lots of *.inl files. Also in MS Visual
Studio 
standard C++ library there are a lot of *.inl files. 

There is nothing special with inl files. It's just another name for C++ header
file. Here there is more info:
<a href="http://stackoverflow.com/questions/1208028/significance-of-a-inl-file-in-c">http://stackoverflow.com/questions/1208028/significance-of-a-inl-file-in-c</a>

But *.inl file is not listed in
<a href="http://llvm.org/svn/llvm-project/cfe/trunk/lib/Driver/Types.cpp">http://llvm.org/svn/llvm-project/cfe/trunk/lib/Driver/Types.cpp</a> and because of
it clang cannot parse those files.

Maybe someone can add *inl C++ header file to the clang's driver?</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>