diff options
| author | Eric Feng <55723758+efric@users.noreply.github.com> | 2026-02-16 17:22:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 01:22:49 +0000 |
| commit | 051fb5a1d01daa205356edf0197407fa1363acbc (patch) | |
| tree | 2170e329ad4a7075acd80537554063f95765d1be /lldb/examples/customization/bin-utils | |
| parent | 1f008b6b15a8b49559e6dbe8f9c4c4edcfa657c3 (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
The `std::negation<std::is_const<C>>` check here seems semantically
inaccurate; we should care about whether the container provides mutable
element access, not the constness of the container itself. This was
already being checked but was previously being dropped prior to the
change from `const C&` to `C&` in
https://github.com/llvm/llvm-project/pull/181190. That was sufficient in
itself to fix the referenced issue
https://github.com/llvm/llvm-project/issues/181176
---------
Signed-off-by: Eric Feng <Eric.Feng@amd.com>
Diffstat (limited to 'lldb/examples/customization/bin-utils')
0 files changed, 0 insertions, 0 deletions
