[LLVMbugs] [Bug 20808] New: lib/Analysis/FormatString.cpp doesn't know about 'w' width modifier and 'Z' type

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 29 14:13:13 PDT 2014


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

            Bug ID: 20808
           Summary: lib/Analysis/FormatString.cpp doesn't know about 'w'
                    width modifier and 'Z' type
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

These are MS-only.

wc, ws are the same as lc, ls – a wchar_t and wchar_t* respectively.

Z is a pointer to a struct and can be combined with l, w, and h.

(the above is used in chromium.)

h can also be combined with c and C in the MS C runtime, that seems to be not
implemented yet either.

http://msdn.microsoft.com/en-us/library/hf4y5e3w.aspx
http://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx

-- 
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/20140829/65a9c7d3/attachment.html>


More information about the llvm-bugs mailing list