[clang-tools-extra] r283211 - Fix a documentation warning.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 03:40:52 PDT 2016
Author: hokein
Date: Tue Oct 4 05:40:52 2016
New Revision: 283211
URL: http://llvm.org/viewvc/llvm-project?rev=283211&view=rev
Log:
Fix a documentation 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=283211&r1=283210&r2=283211&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-move/ClangMove.h (original)
+++ clang-tools-extra/trunk/clang-move/ClangMove.h Tue Oct 4 05:40:52 2016
@@ -66,7 +66,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 SourceManager The SourceManager.
+ /// \param SM The SourceManager.
void addIncludes(llvm::StringRef IncludeHeader,
bool IsAngled,
llvm::StringRef SearchPath,
More information about the cfe-commits
mailing list