[llvm-commits] [PATCH] [Wdocumentation] Please update the description -- MCMachObjectWriter.h

NAKAMURA Takumi geek4civic at gmail.com
Tue Nov 13 04:40:07 PST 2012


Hi grosbach,

/// \param StringIndexMap [out] - Map from symbol names to offsets in the string table.

It does not match. Feel free to update.

http://llvm-reviews.chandlerc.com/D114

Files:
  llvm/include/llvm/MC/MCMachObjectWriter.h

Index: llvm/include/llvm/MC/MCMachObjectWriter.h
===================================================================
--- llvm/include/llvm/MC/MCMachObjectWriter.h
+++ llvm/include/llvm/MC/MCMachObjectWriter.h
@@ -223,8 +223,6 @@
   /// ComputeSymbolTable - Compute the symbol table data
   ///
   /// \param StringTable [out] - The string table data.
-  /// \param StringIndexMap [out] - Map from symbol names to offsets in the
-  /// string table.
   void ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable,
                           std::vector<MachSymbolData> &LocalSymbolData,
                           std::vector<MachSymbolData> &ExternalSymbolData,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114.1.patch
Type: text/x-patch
Size: 674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121113/adab6e63/attachment.bin>


More information about the llvm-commits mailing list