[llvm] r180008 - Add a TODO about wanting an iterator interface.
Eric Christopher
echristo at gmail.com
Mon Apr 22 03:25:26 PDT 2013
Author: echristo
Date: Mon Apr 22 05:25:25 2013
New Revision: 180008
URL: http://llvm.org/viewvc/llvm-project?rev=180008&view=rev
Log:
Add a TODO about wanting an iterator interface.
Modified:
llvm/trunk/include/llvm/Object/MachOObject.h
Modified: llvm/trunk/include/llvm/Object/MachOObject.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/MachOObject.h?rev=180008&r1=180007&r2=180008&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/MachOObject.h (original)
+++ llvm/trunk/include/llvm/Object/MachOObject.h Mon Apr 22 05:25:25 2013
@@ -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;
More information about the llvm-commits
mailing list