[all-commits] [llvm/llvm-project] 7802fb: [clang][bytecode] Fix `__extension__` handling for...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Dec 3 05:49:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7802fb5f514be327576b69569556ec9096e5fdd7
https://github.com/llvm/llvm-project/commit/7802fb5f514be327576b69569556ec9096e5fdd7
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/test/AST/ByteCode/vectors.cpp
Log Message:
-----------
[clang][bytecode] Fix `__extension__` handling for vector operators (#118482)
Don't reject them, but delegate to the subexpression.
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