diff options
author | Kazu Hirata <kazu@google.com> | 2025-03-31 22:11:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 22:11:06 -0700 |
commit | ee3c892b3570281698170130a435f9c6b32c3ef5 (patch) | |
tree | 33c615d8a92e6868e525c6f7647a88c415fe631a /lldb/packages/Python/lldbsuite/test | |
parent | eb2aba4a648c055533db10f5348e483ead4561ec (diff) | |
download | llvm-ee3c892b3570281698170130a435f9c6b32c3ef5.zip llvm-ee3c892b3570281698170130a435f9c6b32c3ef5.tar.gz llvm-ee3c892b3570281698170130a435f9c6b32c3ef5.tar.bz2 |
[clang-tidy] Use DenseMap::insert_range (NFC) (#133844)
We can safely switch to insert_range here because
SyntheticStmtSourceMap starts out empty in the constructor. Also
TheCFG->synthetic_stmts() comes from DenseMap, so we know that the
keys are unique. That is, operator[] and insert are equivalent in
this particular case.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions