[LLVMbugs] [Bug 6624] New: Ban creation of PCH files from standard input
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 15 13:28:19 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6624
Summary: Ban creation of PCH files from standard input
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: Driver
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: dgregor at apple.com
CC: llvmbugs at cs.uiuc.edu
dgregor$ clang -x c-header -o t.h.pch -
<type some code>
<close stdin>
dgregor$
We should complain about creating such PCH files, because they aren't going to
play well when there's no file we can refer back to.
--
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