diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-13 05:46:35 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-13 05:46:35 +0000 |
| commit | dbc9e5f598e4ac36c304f898a7fde972581fdca5 (patch) | |
| tree | 11e61df76d7f2fb18ba7c8d289156e07c1b83ef3 /clang/lib/StaticAnalyzer/Checkers/MPI-Checker | |
| parent | 5ee4982931ad9d2cf3907c7e4923c7304091c242 (diff) | |
| download | bcm5719-llvm-dbc9e5f598e4ac36c304f898a7fde972581fdca5.tar.gz bcm5719-llvm-dbc9e5f598e4ac36c304f898a7fde972581fdca5.zip | |
MPIBugReporter.h: Fix a warning. [-Wdocumentation]
llvm-svn: 272534
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/MPI-Checker')
| -rw-r--r-- | clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h b/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h index cf9c461bcdb..22fbf4c5b30 100644 --- a/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h +++ b/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h @@ -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, |

