diff options
author | Hui <hui.xie1990@gmail.com> | 2025-03-29 16:29:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-29 16:29:31 +0000 |
commit | e16541e1a6c02b32124e8893b29882bff072fd46 (patch) | |
tree | e83cd5b608f14f20d4bba874e923123299dc4eff /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 847cdd46e5433434661f4d7aa950dd5c5b28c063 (diff) | |
download | llvm-e16541e1a6c02b32124e8893b29882bff072fd46.zip llvm-e16541e1a6c02b32124e8893b29882bff072fd46.tar.gz llvm-e16541e1a6c02b32124e8893b29882bff072fd46.tar.bz2 |
[libc++] fix `flat_set`'s transparent `insert` (#133402)
Unlike `flat_map` and `flat_multimap`, The two function template
overloads `flat_set::insert`'s wording strongly suggest we should use
the transparent comparator
https://eel.is/c++draft/flat.set#modifiers-1
Both the code and the tests were not using the transparent comparator,
which needs to be fixed
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions