]> granicus.if.org Git - clang/commitdiff
Wdocumentation fix
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 3 Oct 2016 12:37:08 +0000 (12:37 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 3 Oct 2016 12:37:08 +0000 (12:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283106 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/CloneDetection.cpp

index dba89eca1f390d4a4575e4416e96326ad6382d49..4fdac5abbd430bedd71a2562aa6286d33bead73c 100644 (file)
@@ -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) {