OSDN Git Service

Add a TODO about wanting an iterator interface.
authorEric Christopher <echristo@gmail.com>
Mon, 22 Apr 2013 10:25:25 +0000 (10:25 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 22 Apr 2013 10:25:25 +0000 (10:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180008 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Object/MachOObject.h

index 9e4ab19..50ee25b 100644 (file)
@@ -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;