forked from OSchip/llvm-project
MPIBugReporter.h: Fix a warning. [-Wdocumentation]
llvm-svn: 272534
This commit is contained in:
parent
5ee4982931
commit
dbc9e5f598
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue