mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-16 13:08:42 +00:00
[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:
parent
cf162a3031
commit
58728c6e9a
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user