]> granicus.if.org Git - clang/commitdiff
BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 18 Nov 2015 05:15:21 +0000 (05:15 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 18 Nov 2015 05:15:21 +0000 (05:15 +0000)
FIXME: Describe BAInputs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253434 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Driver.h

index c7bd9161f167586dd6fe239b9f8e02d8949b4d83..c9940ba5501f9e59ec153d9aa21060a3d2a01b48 100644 (file)
@@ -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;