mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Threading.h: Update \param. [-Wdocumentation]
llvm-svn: 271819
This commit is contained in:
parent
11b22015f7
commit
37b3d11aec
@ -85,7 +85,7 @@ namespace llvm {
|
||||
/// \endcode
|
||||
///
|
||||
/// \param flag Flag used for tracking whether or not this has run.
|
||||
/// \param UserFn Function to call once.
|
||||
/// \param F Function to call once.
|
||||
template <typename Function, typename... Args>
|
||||
void call_once(once_flag &flag, Function &&F, Args &&... ArgList) {
|
||||
#if LLVM_THREADING_USE_STD_CALL_ONCE
|
||||
|
Loading…
Reference in New Issue
Block a user