summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-07-30 17:22:52 +0000
committerPete Cooper <peter_cooper@apple.com>2015-07-30 17:22:52 +0000
commit57d3f145025c4ad6f946d64a3a05f93ffb5fb405 (patch)
tree4d9fa1ec72bb46d38d7b8b8795d3ac07ed5d585b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent7a0c3a92c0c768eb6cf4cdad565ed9173cac0e75 (diff)
downloadbcm5719-llvm-57d3f145025c4ad6f946d64a3a05f93ffb5fb405.tar.gz
bcm5719-llvm-57d3f145025c4ad6f946d64a3a05f93ffb5fb405.zip
Use llvm::reverse to make a bunch of loops use foreach. NFC.
In llvm commit r243581, a reverse range adapter was added which allows us to change code such as for (auto I = Fields.rbegin(), E = Fields.rend(); I != E; ++I) { in to for (const FieldDecl *I : llvm::reverse(Fields)) This commit changes a few of the places in clang which are eligible to use this new adapter. llvm-svn: 243663
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud