summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorPhilip Pfaffe <philip.pfaffe@gmail.com>2018-06-29 08:17:03 +0000
committerPhilip Pfaffe <philip.pfaffe@gmail.com>2018-06-29 08:17:03 +0000
commit52025af1daa5ea6da680220c1c4a8eaf7ca8efe0 (patch)
tree29825ddfb73d99957409cf22e801ee758fa8a6e3 /lldb/packages/Python/lldbsuite
parent8d081b78e4e929fa0bf3ea44d2ce41c64dc641c7 (diff)
downloadbcm5719-llvm-52025af1daa5ea6da680220c1c4a8eaf7ca8efe0.tar.gz
bcm5719-llvm-52025af1daa5ea6da680220c1c4a8eaf7ca8efe0.zip
Implement an iterator for isl maps, basic_maps, sets, basic_sets
Summary: Provide an iterator to simplify iteration over some isl collections. Since these types do not natively support iteration, they have to be converted to an list first by the caller, but can then be used in a ranged for loop: ``` isl::set S; for (auto SubSet : S.get_basic_set_list ()) { // ... } ``` Reviewers: bollu, Meinersbur, grosser, dexonsmith Reviewed By: bollu Subscribers: hfinkel, mgorny, Meinersbur, mehdi_amini, bollu, steven_wu, llvm-commits Differential Revision: https://reviews.llvm.org/D48136 llvm-svn: 335951
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud