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

            Bug ID: 20875
           Summary: -Wformat should do type checking for %Z
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Issue 20808 was about understanding %Z. It's parsed as of r217326, but there's
no typechecking done for the parameter yet. We should check that the
corresponding argument is a pointer to ANSI_STRING or UNICODE_STRING (or maybe
only something with the same layout?)

http://msdn.microsoft.com/en-us/library/hf4y5e3w.aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540605.aspx
http://msdn.microsoft.com/en-us/library/windows/hardware/ff564879.aspx

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

Reply via email to