aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-08-23 07:09:48 -0700
committerGitHub <noreply@github.com>2025-08-23 07:09:48 -0700
commit93942f537c03dafaf805af617aece0a6c8eed796 (patch)
tree0dd78b7031723648715509fba47aa11924ae2cda /lldb/packages/Python/lldbsuite/test/configuration.py
parentb147644f182799f85741dd690ea6139643f2300a (diff)
downloadllvm-93942f537c03dafaf805af617aece0a6c8eed796.zip
llvm-93942f537c03dafaf805af617aece0a6c8eed796.tar.gz
llvm-93942f537c03dafaf805af617aece0a6c8eed796.tar.bz2
[ADT] Merge ConstIterator and Iterator of DenseSet into one class (NFC) (#155068)
This patch merges ConstIterator and Iterator of DenseSet into DenseSetIterator, a single template class with a boolean value to control its const behavior. template <bool IsConst> class DenseSetIterator { ... }; using iterator = DenseSetIterator<false>; using const_iterator = DenseSetIterator<true>; Note that DenseMapIterator also uses the same boolean trick.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions