r202589 - ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Sat Mar 1 04:49:15 PST 2014


Author: chapuni
Date: Sat Mar  1 06:49:14 2014
New Revision: 202589

URL: http://llvm.org/viewvc/llvm-project?rev=202589&view=rev
Log:
ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]

FIXME: Give appropriate \param to llvm::ArrayRef<SubmoduleID> Overrides.

Modified:
    cfe/trunk/include/clang/Serialization/ASTReader.h

Modified: cfe/trunk/include/clang/Serialization/ASTReader.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTReader.h?rev=202589&r1=202588&r2=202589&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTReader.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTReader.h Sat Mar  1 06:49:14 2014
@@ -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,





More information about the cfe-commits mailing list