diff options
author | A. Jiang <de34@live.cn> | 2024-10-10 21:14:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 09:14:05 -0400 |
commit | 159d694c05500a656775f4cbd6931dae9aab290a (patch) | |
tree | 05139696d3fad72ba409e8ea02d426cdcdabbe57 /llvm/lib/CodeGen/MachineCopyPropagation.cpp | |
parent | 1f919aa77805b951fb06b44732a87f1f83929247 (diff) | |
download | llvm-159d694c05500a656775f4cbd6931dae9aab290a.zip llvm-159d694c05500a656775f4cbd6931dae9aab290a.tar.gz llvm-159d694c05500a656775f4cbd6931dae9aab290a.tar.bz2 |
[libc++] __uglify internal member names of iterators in `bitset` (#111127)
[template.bitset.general] indicates that `bitset` shouldn't have member
typedef-names `iterator` and `const_iterator`. Currently libc++'s
typedef-names are causing ambiguity in name lookup, which isn't
conforming.
As these iterator types are themselves useful, I think we should just
use __uglified member typedef-names for them.
Fixes #111125
Diffstat (limited to 'llvm/lib/CodeGen/MachineCopyPropagation.cpp')
0 files changed, 0 insertions, 0 deletions