================ @@ -335,9 +294,7 @@ Improvements to Clang's diagnostics (``-fimplicit-module-maps``). This does not affect module maps specified explicitly via ``-fmodule-map-file=``. -- Honour ``[[maybe_unused]]`` attribute on private fields. - ``-Wunused-private-field`` no longer emits a warning for annotated private - fields. +- Removed lambda body from constexpr evaluation diagnostics. ---------------- shermpay wrote:
Thanks, done! https://github.com/llvm/llvm-project/pull/185800 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
