diff options
author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | 2024-04-30 11:34:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 11:34:34 +0200 |
commit | f73e87f53f5d8a86c29251dedc9dbd264179203a (patch) | |
tree | a7bc393055ffbec56e6216359f505bbf0a0648e8 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 10aab63c9cb49d3ddfbe2cf8992de433efeef6f1 (diff) | |
download | llvm-f73e87f53f5d8a86c29251dedc9dbd264179203a.zip llvm-f73e87f53f5d8a86c29251dedc9dbd264179203a.tar.gz llvm-f73e87f53f5d8a86c29251dedc9dbd264179203a.tar.bz2 |
[Clang][Sema] Do not accept "vector _Complex" for AltiVec/ZVector (#90467)
The AltiVec (POWER) and ZVector (IBM Z) language extensions do not
support using the "vector" keyword when the element type is a complex
type, but current code does not verify this.
Add a Sema check and diagnostic for this case.
Fixes: https://github.com/llvm/llvm-project/issues/88399
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions