From: NAKAMURA Takumi Date: Wed, 18 Nov 2015 05:15:21 +0000 (+0000) Subject: BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dce74fefcb27f523056ca2252f2921725a9128e;p=clang BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation] FIXME: Describe BAInputs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253434 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h index c7bd9161f1..c9940ba550 100644 --- a/include/clang/Driver/Driver.h +++ b/include/clang/Driver/Driver.h @@ -310,8 +310,6 @@ public: /// /// \param C - The compilation that is being built. /// \param TC - The default host tool chain. - /// \param Args - The input arguments. - /// \param Actions - The list to store the resulting actions onto. void BuildUniversalActions(Compilation &C, const ToolChain &TC, const InputList &BAInputs) const;