From: NAKAMURA Takumi Date: Sat, 1 Mar 2014 12:49:14 +0000 (+0000) Subject: ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edea9113ff3b36fe7939ab054e0db9ed9a3b9c3b;p=clang ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation] FIXME: Give appropriate \param to llvm::ArrayRef Overrides. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202589 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Serialization/ASTReader.h b/include/clang/Serialization/ASTReader.h index 706c1d8e33..040243cd2c 100644 --- a/include/clang/Serialization/ASTReader.h +++ b/include/clang/Serialization/ASTReader.h @@ -1895,7 +1895,6 @@ public: /// \param II The name of the macro. /// \param M The module file. /// \param GMacID The global macro ID that is associated with this identifier. - /// \param ImportLoc The location where the module is imported. void addPendingMacroFromModule(IdentifierInfo *II, ModuleFile *M, serialization::GlobalMacroID GMacID,