From: Simon Pilgrim Date: Mon, 3 Oct 2016 12:37:08 +0000 (+0000) Subject: Wdocumentation fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35613b69716800cec4003c5a29239241fb1012c3;p=clang Wdocumentation fix git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283106 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/CloneDetection.cpp b/lib/Analysis/CloneDetection.cpp index dba89eca1f..4fdac5abbd 100644 --- a/lib/Analysis/CloneDetection.cpp +++ b/lib/Analysis/CloneDetection.cpp @@ -110,7 +110,7 @@ class VariablePattern { /// \brief Adds a new variable referenced to this pattern. /// \param VarDecl The declaration of the variable that is referenced. - /// \param Range The SourceRange where this variable is referenced. + /// \param Mention The statement in the code where the variable was referenced. void addVariableOccurence(const VarDecl *VarDecl, const Stmt *Mention) { // First check if we already reference this variable for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {