[LLVMbugs] [Bug 4305] New: clang missing pedantic warning for use of universal character name in c89 mode

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jun 3 05:41:49 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4305

           Summary: clang missing pedantic warning for use of universal
                    character name in c89 mode
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: preprocessor
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


Testcase (clang -std=c89 -pedantic):
char* x = "\u1234";

Should give a warning because universal character names are not valid in C89.


-- 
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