r253434 - BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 17 21:15:21 PST 2015


Author: chapuni
Date: Tue Nov 17 23:15:21 2015
New Revision: 253434

URL: http://llvm.org/viewvc/llvm-project?rev=253434&view=rev
Log:
BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]

FIXME: Describe BAInputs.

Modified:
    cfe/trunk/include/clang/Driver/Driver.h

Modified: cfe/trunk/include/clang/Driver/Driver.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/Driver.h?rev=253434&r1=253433&r2=253434&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/Driver.h (original)
+++ cfe/trunk/include/clang/Driver/Driver.h Tue Nov 17 23:15:21 2015
@@ -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;
 




More information about the cfe-commits mailing list