[clang] Include [[clang::require_explicit_initialization]] warnings in system headers (PR #141133)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue May 27 13:54:44 PDT 2025
erichkeane wrote:
I think the unevaluated contexts DOES help a bunch, though I'm still concerned about the ability of the library to create 'temproary' objects/etc via some sort of default construction/aggregate construction, to then fill in the rest.
https://github.com/llvm/llvm-project/pull/141133
More information about the cfe-commits
mailing list