Add a TODO about wanting an iterator interface.

llvm-svn: 180008
This commit is contained in:
Eric Christopher 2013-04-22 10:25:25 +00:00
parent 0ab8e602c9
commit dcc220368d
1 changed files with 2 additions and 0 deletions

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;