This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Include size and maximum in vector size error message.
AbandonedPublic

Authored by fhahn on Apr 3 2020, 3:20 AM.

Details

Summary

The error message for invalid vector sizes can be a bit more helpful by
including the actual maximum. This should match the recently added
suggestions for error messages in the coding standard.

Diff Detail

Event Timeline

fhahn created this revision.Apr 3 2020, 3:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2020, 3:20 AM
fhahn updated this revision to Diff 254744.Apr 3 2020, 3:44 AM

Fix wrong formatting of check lines..

fhahn abandoned this revision.Apr 28 2020, 3:33 AM

With the recent size increase for vector dimensions I am not sure this is too useful.