[LLVMbugs] [Bug 9272] Clang shouldn't complain that C file is supplied in C++ mode when dependencies are parsed
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Sun Feb 20 10:33:26 PST 2011
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=9272
Chris Lattner <clattner at apple.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 2011-02-20 12:33:26 CST ---
Strictly speaking, whether something is parsed as c or c++ *can* change what
files get #included, because different macros are set, and macros can affect
#includes.
-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
    
    
More information about the llvm-bugs
mailing list