[llvm-bugs] [Bug 37288] New: Format attribute wprintf

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Apr 29 15:24:56 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37288

            Bug ID: 37288
           Summary: Format attribute wprintf
           Product: clang
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: Bumblebritches57 at gmail.com
                CC: llvm-bugs at lists.llvm.org

`__attribute__((__format__ (__printf__, 1, 2)))` works, but
`__attribute__((__format__ (__wprintf__, 1, 2)))` does not.

Can we get some support for wide strings in the format attribute?

-- 
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/20180429/8fd13363/attachment.html>


More information about the llvm-bugs mailing list