[clang] [Clang] Check for uninitialized use in lambda within CXXOperatorCallExpr (PR #129198)
Shafik Yaghmour via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 7 16:51:14 PST 2025
https://github.com/shafik commented:
Thank you for the PR, some after commit review. The bugprone comment should be addressed and if there are more cases we catch that are not covered by existing tests, we should add more tests.
The in class member initializers feels like it would be worth doing but I would not insist on it.
https://github.com/llvm/llvm-project/pull/129198
More information about the cfe-commits
mailing list