[LLVMbugs] [Bug 17313] New: Clang driver doesn't now how to handle *.inl file

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Sep 21 02:37:36 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17313

            Bug ID: 17313
           Summary: Clang driver doesn't now how to handle *.inl file
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: paradisecracked at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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:
http://stackoverflow.com/questions/1208028/significance-of-a-inl-file-in-c

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

Maybe someone can add *inl C++ header file to the clang's driver?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130921/5deb3ba6/attachment.html>


More information about the llvm-bugs mailing list