[clang] [-Wunsafe-buffer-usage] Do not warn about class methods with libc function names (PR #151270)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 30 02:49:01 PDT 2025


https://github.com/Xazax-hun commented:

What about functions with the same name but in different namespaces? Maybe we should check that the function is either in the global scope or in the `std` namespace instead?

https://github.com/llvm/llvm-project/pull/151270


More information about the cfe-commits mailing list