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

           Summary: #warning not ignored in -MM mode
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The -MM mode is used to generate a Makefile-style dependency graph for the
files passed in.

In clang, #warning directives in the files passed in (and I suspect #error
directives too) will still generate diagnostics, even though the code here
isn't being compiled - only parsed for the sake of generating the header
dependency information.

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to