1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Threading.h: Update \param. [-Wdocumentation]

llvm-svn: 271819
This commit is contained in:
NAKAMURA Takumi 2016-06-05 00:15:44 +00:00
parent 11b22015f7
commit 37b3d11aec

View File

@ -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