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

            Bug ID: 20507
           Summary: if a module is unavailable, do not silently treat a
                    #include of one of its headers as a textual include
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Modules
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

If a module is unavailable, and we see a #include of one of its headers, we
silently textually include that header, which will lead to very difficult to
diagnose compilation performance problems, weird errors while compiling, and so
on.

We should error on this case.

-- 
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