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
This commit is contained in:
Eric Christopher 2013-04-22 10:25:25 +00:00
parent c74142ab15
commit 4915704f33

View 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;