[clang] Rewrite offsetof with __builtin_offsetof with -fms-kernel (PR #193804)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 11:52:54 PDT 2026


efriedma-quic wrote:

Maybe MSVC has logic similar to `-Wgnu-folding-constant`?  clang also folds the array bounds in your example.

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


More information about the cfe-commits mailing list