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

            Bug ID: 21318
           Summary: Serialized diagnostics are clobbered when there are
                    multiple inputs
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

If clang is invoked with the --serialize-diagnostics flag and multiple source
files, each -cc1 invocation clobbers the diagnostics file from the invocation
before it.

That is, with ``clang --serialize-diagnostics foo.diag bar.c baz.c``, foo.diag
only contains diagnostics from baz.c.

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