[PATCH] D107378: Make enum iteration with seq safe by default
Vlad Vereschaka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 5 14:50:39 PDT 2021
vvereschaka added a comment.
Hi @kuhar,
looks like these changes are reason of bunch of build warnings on the windows builders (VC). I see more than 1000 additional warnings such as
C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\include\llvm/ADT/Sequence.h(119): warning C4309: 'static_cast': truncation of constant value
C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\include\llvm/ADT/Sequence.h(120): warning C4309: 'static_cast': truncation of constant value
C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\include\llvm/ADT/Sequence.h(119): warning C4309: 'static_cast': truncation of constant value
C:\buildbot\as-builder-1\x-armv7l\llvm-project\llvm\include\llvm/ADT/Sequence.h(120): warning C4309: 'static_cast': truncation of constant value
starting at this build https://lab.llvm.org/buildbot/#/builders/60/builds/5295
would you take care of them?
Thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107378/new/
https://reviews.llvm.org/D107378
More information about the llvm-commits
mailing list