[LLVMbugs] [Bug 4353] New: Escape sequence accepted by GCC and triggers warning in clang
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Jun 9 14:35:31 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4353
Summary: Escape sequence accepted by GCC and triggers warning in
clang
Product: clang
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Semantic Analyzer
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: catfish.man at gmail.com
CC: llvmbugs at cs.uiuc.edu
Adium uses the \E escape sequence for the escape key, which GCC accepts without
complaint. When building with clang we get warnings along the lines of "Unknown
escape sequence '\E'".
--
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