[clang] [clang] [SemaCXX] Implement CWG2627 Bit-fields and narrowing conversions (PR #78112)

via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 10:24:53 PDT 2024


cor3ntin wrote:

Given that this is a core issue resolution, i think it should be applied in all language modes without warning, even under pedantics. This is compounding by the fact that MSVC never warned (gcc warns in all language modes - they don't seem to implement the DR yet)

(unless we have some reason to believe it would be disruptive)

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


More information about the cfe-commits mailing list