Author: etienneb
Date: Wed Aug  3 01:59:46 2016
New Revision: 277578

URL: http://llvm.org/viewvc/llvm-project?rev=277578&view=rev
Log:
[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


Modified:
    clang-tools-extra/trunk/clang-tidy/mpi/TypeMismatchCheck.cpp

Modified: clang-tools-extra/trunk/clang-tidy/mpi/TypeMismatchCheck.cpp
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/mpi/TypeMismatchCheck.cpp?rev=277578&r1=277577&r2=277578&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/mpi/TypeMismatchCheck.cpp (original)
+++ clang-tools-extra/trunk/clang-tidy/mpi/TypeMismatchCheck.cpp Wed Aug  3 
01:59:46 2016
@@ -169,7 +169,7 @@ static bool isCComplexTypeMatching(const
 /// 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 TemplateS
 
 /// 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
 ///


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to