[LLVMbugs] [Bug 13065] New: Comment after #if dropped
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 9 14:08:10 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13065
Bug #: 13065
Summary: Comment after #if dropped
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: joerg at NetBSD.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Test case:
#if F
#endif
/* FOO */
with -Wp,-CC -E, this should preserve /* FOO */, but it gets dropped now.
--
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