fhahn abandoned this revision.
fhahn added a comment.
With the recent size increase for vector dimensions I am not sure this is too
useful.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77378/new/
https://reviews.llvm.org/D77378
___
fhahn updated this revision to Diff 254744.
fhahn added a comment.
Fix wrong formatting of check lines..
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77378/new/
https://reviews.llvm.org/D77378
Files:
clang/include/clang/AST/Type.h
clang/inclu
fhahn created this revision.
fhahn added reviewers: hokein, sammccall, rnk.
Herald added a project: clang.
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 standar