Author: rksimon
Date: Thu Nov 10 07:54:39 2016
New Revision: 286449

URL: http://llvm.org/viewvc/llvm-project?rev=286449&view=rev
Log:
Fix -Wdocumentation warning

Modified:
    clang-tools-extra/trunk/clang-move/ClangMove.h

Modified: clang-tools-extra/trunk/clang-move/ClangMove.h
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-move/ClangMove.h?rev=286449&r1=286448&r2=286449&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-move/ClangMove.h (original)
+++ clang-tools-extra/trunk/clang-move/ClangMove.h Thu Nov 10 07:54:39 2016
@@ -72,7 +72,7 @@ public:
   /// \param SearchPath The search path which was used to find the 
IncludeHeader
   /// in the file system. It can be a relative path or an absolute path.
   /// \param FileName The name of file where the IncludeHeader comes from.
-  /// \param IncludeRange The source range for the written file name in 
#include
+  /// \param IncludeFilenameRange The source range for the written file name 
in #include
   ///  (i.e. "old.h" for #include "old.h") in old.cc.
   /// \param SM The SourceManager.
   void addIncludes(llvm::StringRef IncludeHeader, bool IsAngled,


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to