forked from OSchip/llvm-project
Add a TODO about wanting an iterator interface.
llvm-svn: 180008
This commit is contained in:
parent
0ab8e602c9
commit
dcc220368d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue