diff options
author | Kazu Hirata <kazu@google.com> | 2024-06-29 17:06:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-29 17:06:58 -0700 |
commit | e5aef72c0af7fd8fcdde107e31444970d3fb87ea (patch) | |
tree | 5978c56356cd3d5a3ce5c5b2eb1cac856ed4c3f4 /clang/unittests/Format/ConfigParseTest.cpp | |
parent | 55a1e0c0cd24aff6a23222a5690d1e7ba3686e9c (diff) | |
download | llvm-e5aef72c0af7fd8fcdde107e31444970d3fb87ea.zip llvm-e5aef72c0af7fd8fcdde107e31444970d3fb87ea.tar.gz llvm-e5aef72c0af7fd8fcdde107e31444970d3fb87ea.tar.bz2 |
[CodeGen] Use a range-based for loop (NFC) (#97177)
I++ in the loop might appear to indicate that the loop modifies the
container in some way (deletion or insertion), but the loop just
examines the container.
Diffstat (limited to 'clang/unittests/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions