diff options
author | Kazu Hirata <kazu@google.com> | 2025-10-03 23:46:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-03 23:46:58 -0700 |
commit | 2689abab42c98abb3bdeb8aad38744d3153c0c6b (patch) | |
tree | 40d1439dbe4fb2f0ee7e7ae27b5e6567953ef169 /clang/lib/Analysis/FormatString.cpp | |
parent | 30f7c5d04c395e766bd778acfa46ee88e2ad300d (diff) | |
download | llvm-2689abab42c98abb3bdeb8aad38744d3153c0c6b.zip llvm-2689abab42c98abb3bdeb8aad38744d3153c0c6b.tar.gz llvm-2689abab42c98abb3bdeb8aad38744d3153c0c6b.tar.bz2 |
[IR] Consolidate ValueMap iterator classes (NFC) (#161777)
This patch consolidates ValueMapIterator and ValueMapConstIterator
into ValueMapIteratorImpl. ValueMapIteratorImpl takes a boolean
template parameter to determine whether it should act as a const
iterator or a non-const one. ValueMapIterator and
ValueMapConstIterator are now type aliases of ValueMapIteratorImpl.
Diffstat (limited to 'clang/lib/Analysis/FormatString.cpp')
0 files changed, 0 insertions, 0 deletions