[all-commits] [llvm/llvm-project] 12762b: [Clang][Interp] Diagnose use sizeless vector type ...
yronglin via All-commits
all-commits at lists.llvm.org
Mon Jul 22 00:37:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12762b8648d88e6823aedc82f663a596fa2eef76
https://github.com/llvm/llvm-project/commit/12762b8648d88e6823aedc82f663a596fa2eef76
Author: yronglin <yronglin777 at gmail.com>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Compiler.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/SemaCXX/builtin_vectorelements.cpp
Log Message:
-----------
[Clang][Interp] Diagnose use sizeless vector type as the argument of `__builtin_vectorelements` (#99794)
This PR implement an opcode to diagnose use sizeless vector type as the
argument of `__builtin_vectorelements`.
---------
Signed-off-by: yronglin <yronglin777 at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list