[libcxx-commits] [clang] [libcxx] [clang] Fix -Wuninitialized for values passed by const pointers (PR #147221)

Gábor Horváth via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 7 03:50:55 PDT 2025


Xazax-hun wrote:

Actually, before merging, did you manage to run this on any non-trivial projects to see if there are any false positives? I think this change is valuable and important but these sorts of changes can expose some false positives. If that is the case (or there are some noisy patterns), we might want to do the stricter version of the analysis under a different flag. 

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


More information about the libcxx-commits mailing list