From: NAKAMURA Takumi Date: Tue, 4 Oct 2016 08:32:33 +0000 (+0000) Subject: Revert r283106, "Wdocumentation fix" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ad6c429352ad1e7fd87df5265ede773d4704007;p=clang Revert r283106, "Wdocumentation fix" It should depend on r283094 and r283182. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CloneDetection.cpp b/lib/Analysis/CloneDetection.cpp index 1b43cfb274..a91ccaa4d2 100644 --- a/lib/Analysis/CloneDetection.cpp +++ b/lib/Analysis/CloneDetection.cpp @@ -106,7 +106,7 @@ class VariablePattern { /// \brief Adds a new variable referenced to this pattern. /// \param VarDecl The declaration of the variable that is referenced. - /// \param Mention The statement in the code where the variable was referenced. + /// \param Range The SourceRange where this variable is referenced. void addVariableOccurence(const VarDecl *VarDecl, SourceRange Range) { // First check if we already reference this variable for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {