From 9ad6c429352ad1e7fd87df5265ede773d4704007 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 4 Oct 2016 08:32:33 +0000 Subject: [PATCH] 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 --- lib/Analysis/CloneDetection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.50.1