[LLVMbugs] [Bug 17707] New: legal escaping of ) generates a warning
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Oct 27 23:32:33 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17707
Bug ID: 17707
Summary: legal escaping of ) generates a warning
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: snyder at employees.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
% clang -v
FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610
Target: x86_64-unknown-freebsd9.2
Thread model: posix
snyder at picos:/home/snyder/json % clang t.c
t.c:5:16: warning: unknown escape sequence '\)'
printf("\( \)\n");
^~
1 warning generated.
snyder at picos:/home/snyder/json % cat t.c
#include "stdio.h"
int main()
{
printf("\( \)\n");
}
snyder at picos:/home/snyder/json % a.out
( )
snyder at picos:/home/snyder/json %
--
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/20131028/87dc177f/attachment.html>
More information about the llvm-bugs
mailing list