aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/dotest.py
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-03-31 22:11:06 -0700
committerGitHub <noreply@github.com>2025-03-31 22:11:06 -0700
commitee3c892b3570281698170130a435f9c6b32c3ef5 (patch)
tree33c615d8a92e6868e525c6f7647a88c415fe631a /lldb/packages/Python/lldbsuite/test/dotest.py
parenteb2aba4a648c055533db10f5348e483ead4561ec (diff)
downloadllvm-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/dotest.py')
0 files changed, 0 insertions, 0 deletions