[clang] [analyzer] Move alpha checker EnumCastOutOfRange to optin (PR #67157)

via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 12 09:13:59 PST 2023


=?utf-8?q?Donát?= Nagy <donat.nagy at ericsson.com>,
=?utf-8?q?Donát?= Nagy <donat.nagy at ericsson.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/67157 at github.com>


DonatNagyE wrote:

The issue was really trivial to fix, I created a PR for it: https://github.com/llvm/llvm-project/pull/75216

Sorry for breaking check-clang, I _did_ ran the tests before pressing merge on the github GUI, but I forgot to consider that the GUI button _rebases_ the commit onto the current main tip before merging it, and while the testcase was passing locally, it started to fail when it was rebased onto a version that contained https://github.com/llvm/llvm-project/pull/74503 (which was also added by me).


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


More information about the cfe-commits mailing list