]> granicus.if.org Git - clang/commitdiff
ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 1 Mar 2014 12:49:14 +0000 (12:49 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 1 Mar 2014 12:49:14 +0000 (12:49 +0000)
FIXME: Give appropriate \param to llvm::ArrayRef<SubmoduleID> Overrides.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202589 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/ASTReader.h

index 706c1d8e33fa868b86c8ecd03e15ec1d4bf60b99..040243cd2c1561c344c0319c1cf952bead2a3eee 100644 (file)
@@ -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,