This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Stop demoting ElementCount/TypeSize conversion errors to warnings.
ClosedPublic

Authored by paulwalker-arm on Mar 15 2023, 8:46 AM.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Mar 15 2023, 8:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 8:46 AM
paulwalker-arm requested review of this revision.Mar 15 2023, 8:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 8:46 AM

This option was our pragmatic way to ensure scalable vector based toolchains remained useful whilst the kinks were worked out. We've a few releases under our belts now and I feel that enough works to consider further errors as something we should not be hiding.

reames accepted this revision.Mar 15 2023, 9:25 AM

This makes perfect sense to me. LGTM

This revision is now accepted and ready to land.Mar 15 2023, 9:25 AM
sdesmalen accepted this revision.Mar 15 2023, 9:38 AM

It gives me great joy to see this code removed :)