[all-commits] [llvm/llvm-project] feaa5a: Fix a crash in constant evaluation of ExtVectorEle...
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Thu Apr 24 08:47:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: feaa5aa840dcda69bd4133536142be882f696114
https://github.com/llvm/llvm-project/commit/feaa5aa840dcda69bd4133536142be882f696114
Author: Akira Hatanaka <ahatanak at gmail.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M clang/lib/AST/ExprConstant.cpp
M clang/test/SemaCXX/constexpr-vectors-access-elements.cpp
Log Message:
-----------
Fix a crash in constant evaluation of ExtVectorElementExprs (#136771)
Handle the case where the base expression is a pointer to a vector type.
rdar://149223362
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