Issue 127849
Summary [-Wunsafe-buffer-usage] allow finer-grained control over set of unsafe libc calls
Labels libc
Assignees
Reporter tsepez
    Applying the -Wunsafe-buffer-usage-in-libc-call warning is difficult because there is a fixed set of library calls considered unsafe. Although theoretically calls like strlen() are unsafe, finding and fixing all of these is often less important than fixing, say, memcpy(). It would be helpful to be able to suppress a given set of calls in order to prioritize work on the more significant ones.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to