[extra-tools] Fix extra tools build bot warnings due to incorrect doc

/home/llvmbb/llvm-build-dir/clang-x86_64-debian-fast/llvm.src/tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp:172:12: warning: parameter 'Complex' not found in the function declaration [-Wdocumentation]
/home/llvmbb/llvm-build-dir/clang-x86_64-debian-fast/llvm.src/tools/clang/tools/extra/clang-tidy/mpi/TypeMismatchCheck.cpp:206:12: warning: parameter 'Complex' not fo

llvm-svn: 277578
This commit is contained in:
Etienne Bergeron 2016-08-03 06:59:46 +00:00
parent cf162a3031
commit 58728c6e9a

View File

@ -169,7 +169,7 @@ static bool isCComplexTypeMatching(const ComplexType *const Complex,
/// Check if a complex<float/double/long double> templated buffer type matches
/// the MPI datatype.
///
/// \param Complex buffer type
/// \param Template buffer type
/// \param BufferTypeName buffer type name, gets assigned
/// \param MPIDatatype name of the MPI datatype
/// \param LO language options
@ -203,7 +203,7 @@ isCXXComplexTypeMatching(const TemplateSpecializationType *const Template,
/// Check if a fixed size width buffer type matches the MPI datatype.
///
/// \param Complex buffer type
/// \param Typedef buffer type
/// \param BufferTypeName buffer type name, gets assigned
/// \param MPIDatatype name of the MPI datatype
///