diff options
author | Mark de Wever <koraq@xs4all.nl> | 2019-11-12 20:46:19 +0100 |
---|---|---|
committer | Mark de Wever <koraq@xs4all.nl> | 2019-11-12 20:47:46 +0100 |
commit | 2149028c49f8af1f3d8a9d81b2081a2b302b2d9a (patch) | |
tree | 573f870b41cf5e489f1ead564096cb049ab27e11 /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py | |
parent | 91e94a7015f14f78809e875c43acbd341d081479 (diff) | |
download | bcm5719-llvm-2149028c49f8af1f3d8a9d81b2081a2b302b2d9a.tar.gz bcm5719-llvm-2149028c49f8af1f3d8a9d81b2081a2b302b2d9a.zip |
[AST] Use an explicit copy in a range-based for
The AssociationIteratorTy type will be copied in a range-based for loop.
Make the copy explicit to avoid the -Wrange-loop-analysis warning.
This avoids new warnings due to D68912 adds -Wrange-loop-analysis to -Wall.
Differential Revision: https://reviews.llvm.org/D70045
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions