[llvm-bugs] [Bug 41244] New: Remove usage of internal CRT function

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Mar 26 12:20:56 PDT 2019


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

            Bug ID: 41244
           Summary: Remove usage of internal CRT function
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: thomasanderson at google.com
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

After https://reviews.llvm.org/D59727, libc++ uses __stdio_common_vsprintf(),
which is an internal CRT function.  Usage of internal functions is discouraged
and should be removed.

-- 
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/20190326/5fb10b11/attachment.html>


More information about the llvm-bugs mailing list