[clang-tools-extra] edc8f0b - TypeMismatchCheck.cpp - fix Wdocumentation warning. NFCI.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 5 02:57:57 PST 2021
Author: Simon Pilgrim
Date: 2021-02-05T10:57:39Z
New Revision: edc8f0b407a1ca5373f72af6a5ed658929603be9
URL: https://github.com/llvm/llvm-project/commit/edc8f0b407a1ca5373f72af6a5ed658929603be9
DIFF: https://github.com/llvm/llvm-project/commit/edc8f0b407a1ca5373f72af6a5ed658929603be9.diff
LOG: TypeMismatchCheck.cpp - fix Wdocumentation warning. NFCI.
Added:
Modified:
clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
Removed:
################################################################################
diff --git a/clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp b/clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
index 2d8da68cd6a7..cc60ea365c2f 100644
--- a/clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
+++ b/clang-tools-extra/clang-tidy/mpi/TypeMismatchCheck.cpp
@@ -228,7 +228,7 @@ static bool isTypedefTypeMatching(const TypedefType *const Typedef,
/// Get the unqualified, dereferenced type of an argument.
///
/// \param CE call expression
-/// \param idx argument index
+/// \param Idx argument index
///
/// \returns type of the argument
static const Type *argumentType(const CallExpr *const CE, const size_t Idx) {
More information about the cfe-commits
mailing list