r256418 - Sema.h: Prune '\param NumExprs' corresponding to r256401. [-Wdocumentation]

NAKAMURA Takumi via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 25 08:19:30 PST 2015


Author: chapuni
Date: Fri Dec 25 10:19:28 2015
New Revision: 256418

URL: http://llvm.org/viewvc/llvm-project?rev=256418&view=rev
Log:
Sema.h: Prune '\param NumExprs' corresponding to r256401. [-Wdocumentation]

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

Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=256418&r1=256417&r2=256418&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Fri Dec 25 10:19:28 2015
@@ -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.
   ///




More information about the cfe-commits mailing list