[all-commits] [llvm/llvm-project] 3b8a18: [clang][bytecode] Fix contains check using llvm::f...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Jul 16 04:26:32 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b8a18c27a1e70895feac15d48b3a6122e6b377f
https://github.com/llvm/llvm-project/commit/3b8a18c27a1e70895feac15d48b3a6122e6b377f
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-07-16 (Wed, 16 Jul 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/placement-new.cpp
M clang/test/SemaCXX/cxx2c-constexpr-placement-new.cpp
Log Message:
-----------
[clang][bytecode] Fix contains check using llvm::find (#149050)
We need to compare to the end() interator.
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