[PATCH] D123009: [Sema] Enum conversion warning when one signed and other unsigned.
Micah Weston via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 3 11:14:36 PDT 2022
red1bluelost updated this revision to Diff 426786.
red1bluelost added a comment.
Adds regression tests for enum to int sign conversion warnings and notes the
changes in the release notes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123009/new/
https://reviews.llvm.org/D123009
Files:
clang/docs/ReleaseNotes.rst
clang/lib/Sema/SemaChecking.cpp
clang/test/Sema/enum-enum-conversion.c
clang/test/Sema/enum-sign-conversion.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123009.426786.patch
Type: text/x-patch
Size: 4721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220503/b54b01c9/attachment.bin>
More information about the cfe-commits
mailing list