From 4915704f33b9e59bdeb0e8511e3ed85af6a515b8 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 22 Apr 2013 10:25:25 +0000 Subject: [PATCH] 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 --- include/llvm/Object/MachOObject.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Object/MachOObject.h b/include/llvm/Object/MachOObject.h index 9e4ab199f57..50ee25b4639 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; -- 2.11.0