[LLVMbugs] [Bug 21318] New: Serialized diagnostics are clobbered when there are multiple inputs
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Oct 20 15:05:18 PDT 2014
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: unassignedclangbugs at nondot.org
Reporter: llvm-bugs at justinbogner.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141020/d0aca0ae/attachment.html>
More information about the llvm-bugs
mailing list