[llvm] [NFC][Transforms] Initialize potentially uninitialized local pointers (PR #208564)
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 10:51:15 PDT 2026
vitalybuka wrote:
> @nikic @vitalybuka Am I reading this discussion here: https://discourse.llvm.org/t/msvc-suppressed-warnings-should-they-be-actually-suppressed/76939/4 correctly that small patches (roughly <100 changed lines) to remove warning suppression don't require a prior proposal/discussion?
Main issue it's false warning caused by issues in compiler. So I'd rather suggest to disable that warning if have to use that compiler.
> (roughly <100 changed lines)
What is expected total of ALL changes you need to make this warning happy?
https://github.com/llvm/llvm-project/pull/208564
More information about the llvm-commits
mailing list