Author: chapuni Date: Mon Jun 13 00:46:35 2016 New Revision: 272534 URL: http://llvm.org/viewvc/llvm-project?rev=272534&view=rev Log: MPIBugReporter.h: Fix a warning. [-Wdocumentation]
Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h?rev=272534&r1=272533&r2=272534&view=diff ============================================================================== --- cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h (original) +++ cfe/trunk/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h Mon Jun 13 00:46:35 2016 @@ -62,7 +62,7 @@ public: /// Report a wait on a request that has not been used at all before. /// /// \param CE wait call that uses the request - /// \param ReqRegion memory region of the request + /// \param RequestRegion memory region of the request /// \param ExplNode node in the graph the bug appeared at /// \param BReporter bug reporter for current context void reportUnmatchedWait(const CallEvent &CE, _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits