http://llvm.org/bugs/show_bug.cgi?id=17707
David Majnemer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from David Majnemer <[email protected]> --- C11 C++11 2.14.3 [lex.ccon]/p3: Escape sequences in which the character following the backslash is not listed in Table 7 are conditionally-supported, with implementation-deļ¬ned semantics. Table 7 does not include the right parenthesis character and thus clang chooses to warn because it cannot recognize it as an escape sequence. Note that GCC and EDG both issue a very similar diagnostic. -- 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
