]> granicus.if.org Git - clang/commitdiff
Sema.h: Prune '\param NumExprs' corresponding to r256401. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Dec 2015 16:19:28 +0000 (16:19 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 25 Dec 2015 16:19:28 +0000 (16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256418 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 06c436acd270bc1b1dfa6893ecc83249fc4bdbc5..25b46092d9f7d02b83bb26f5110e4a067cbf8a2c 100644 (file)
@@ -6998,8 +6998,6 @@ public:
   ///
   /// \param Exprs The list of expressions to substitute into.
   ///
-  /// \param NumExprs The number of expressions in \p Exprs.
-  ///
   /// \param IsCall Whether this is some form of call, in which case
   /// default arguments will be dropped.
   ///