hans added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/Clang.cpp:6642 // -fsized-deallocation is off by default, as it is an ABI-breaking change for - // most platforms. - Args.addOptInFlag(CmdArgs, options::OPT_fsized_deallocation, - options::OPT_fno_sized_deallocation); + // most platforms. MSVC turns on /Zc:sizedDealloc by default. + if (IsWindowsMSVC && ---------------- I wonder at what version they did that though. Maybe we need to take that into consideration? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127641/new/ https://reviews.llvm.org/D127641 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits