diff options
author | nicole mazzuca <nicole@strega-nil.co> | 2024-07-30 11:28:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 02:28:56 -0700 |
commit | c6b192ac2e1441b3484781488adef2986408ebdf (patch) | |
tree | cdffb04198a47fed7f8e51243c07289f277456f3 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 55357d8b92e32999aca83daab017df35e87e9ed2 (diff) | |
download | llvm-c6b192ac2e1441b3484781488adef2986408ebdf.zip llvm-c6b192ac2e1441b3484781488adef2986408ebdf.tar.gz llvm-c6b192ac2e1441b3484781488adef2986408ebdf.tar.bz2 |
[libc++][test] Do not assume array::iterator is a pointer (#100603)
In the tests I added for `ranges::find_last{_if{_not}}`, I accidentally
introduced an assumption that `same_as<array<T, 0>::iterator, T*>`; this
is a faulty assumption on MSVC-STL.
Fixes #100498.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions