diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-22 10:25:25 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-22 10:25:25 +0000 |
commit | 4915704f33b9e59bdeb0e8511e3ed85af6a515b8 (patch) | |
tree | b9109cb1702dcbd32c70c9a772b494a33afd340a /include/llvm/Object/MachOObject.h | |
parent | c74142ab15d3d3cdf49214dc65b76cb932a9c1a6 (diff) |
Add a TODO about wanting an iterator interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Object/MachOObject.h')
-rw-r--r-- | include/llvm/Object/MachOObject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Object/MachOObject.h b/include/llvm/Object/MachOObject.h index 9e4ab199f5..50ee25b463 100644 --- a/include/llvm/Object/MachOObject.h +++ b/include/llvm/Object/MachOObject.h @@ -135,6 +135,8 @@ public: /// @name Object Structure Access /// @{ + // TODO: Would be useful to have an iterator based version + // of this. /// \brief Retrieve the information for the given load command. const LoadCommandInfo &getLoadCommandInfo(unsigned Index) const; |