[llvm] r241044 - ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Mon Jun 29 22:59:14 PDT 2015


Author: chapuni
Date: Tue Jun 30 00:59:13 2015
New Revision: 241044

URL: http://llvm.org/viewvc/llvm-project?rev=241044&view=rev
Log:
ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation]

FIXME: Should they be moved onto Elf_Sym_Impl::getNmae()?

Modified:
    llvm/trunk/include/llvm/Object/ELF.h

Modified: llvm/trunk/include/llvm/Object/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/ELF.h?rev=241044&r1=241043&r2=241044&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/ELF.h (original)
+++ llvm/trunk/include/llvm/Object/ELF.h Tue Jun 30 00:59:13 2015
@@ -365,12 +365,6 @@ public:
   ErrorOr<StringRef> getDynamicSymbolName(const Elf_Sym *Symb) const;
   ErrorOr<StringRef> getSymbolName(const Elf_Sym *Symb, bool IsDynamic) const;
 
-  /// \brief Get the name of \p Symb.
-  /// \param SymTab The symbol table section \p Symb is contained in.
-  /// \param Symb The symbol to get the name of.
-  ///
-  /// \p SymTab is used to lookup the string table to use to get the symbol's
-  /// name.
   ErrorOr<StringRef> getSectionName(const Elf_Shdr *Section) const;
   uint64_t getSymbolIndex(const Elf_Sym *sym) const;
   ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;





More information about the llvm-commits mailing list