]> granicus.if.org Git - clang/commitdiff
Revert r283106, "Wdocumentation fix"
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Oct 2016 08:32:33 +0000 (08:32 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Oct 2016 08:32:33 +0000 (08:32 +0000)
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

index 1b43cfb27419057027fcffccc28614794a94fa3e..a91ccaa4d2cd28f0050c29a1a575bc8b657a332e 100644 (file)
@@ -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) {