aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidy.h
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-05-08 20:24:45 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-05-08 20:24:45 +0000
commit6dd3238fba21845ae4bd22c79400e43ae56d5a91 (patch)
treeb4b350399b4ec8c542cdf99e766f48c06bf928d7 /clang-tidy/ClangTidy.h
parent0ae5fe435fe0cc658ef0bca8769b022d963b4498 (diff)
Fix Wdocumentation warning. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@331805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-tidy/ClangTidy.h')
-rw-r--r--clang-tidy/ClangTidy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tidy/ClangTidy.h b/clang-tidy/ClangTidy.h
index c68f6ed3..05576e0e 100644
--- a/clang-tidy/ClangTidy.h
+++ b/clang-tidy/ClangTidy.h
@@ -222,8 +222,8 @@ ClangTidyOptions::OptionMap getCheckOptions(const ClangTidyOptions &Options);
/// \brief Run a set of clang-tidy checks on a set of files.
///
-/// \param Profile if provided, it enables check profile collection in
-/// MatchFinder, and will contain the result of the profile.
+/// \param EnableCheckProfile If provided, it enables check profile collection
+/// in MatchFinder, and will contain the result of the profile.
void runClangTidy(clang::tidy::ClangTidyContext &Context,
const tooling::CompilationDatabase &Compilations,
ArrayRef<std::string> InputFiles,