From: Simon Pilgrim Date: Fri, 18 Feb 2022 15:36:55 +0000 (+0000) Subject: Fix Wdocumentation unknown parameter warning X-Git-Tag: upstream/15.0.7~15914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91cf639ac069a797b1fac4134cf121bc9db6dff6;p=platform%2Fupstream%2Fllvm.git Fix Wdocumentation unknown parameter warning --- diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h index 93e1eca..6f24f64 100644 --- a/clang/include/clang/Driver/Driver.h +++ b/clang/include/clang/Driver/Driver.h @@ -614,9 +614,9 @@ private: /// /// \param[in] HostTC is the host ToolChain paired with the device /// - /// \param[in] Action (e.g. OFK_Cuda/OFK_OpenMP/OFK_SYCL) is an Offloading - /// action that is optionally passed to a ToolChain (used by CUDA, to specify - /// if it's used in conjunction with OpenMP) + /// \param[in] TargetDeviceOffloadKind (e.g. OFK_Cuda/OFK_OpenMP/OFK_SYCL) is + /// an Offloading action that is optionally passed to a ToolChain (used by + /// CUDA, to specify if it's used in conjunction with OpenMP) /// /// Will cache ToolChains for the life of the driver object, and create them /// on-demand.