[all-commits] [llvm/llvm-project] 070cf6: [Clang] Demote mixed enumeration arithmetic error ...
cor3ntin via All-commits
all-commits at lists.llvm.org
Fri May 23 21:01:45 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 070cf62530eab91d68521787e08418343b9ca28b
https://github.com/llvm/llvm-project/commit/070cf62530eab91d68521787e08418343b9ca28b
Author: cor3ntin <corentinjabot at gmail.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaExpr.cpp
M clang/test/SemaCXX/cxx2c-enum-compare.cpp
Log Message:
-----------
[Clang] Demote mixed enumeration arithmetic error to a warning (#131811)
In C++, defaulted to an error.
C++ removed these features but the removal negatively impacts users.
Fixes #92340
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list