From: NAKAMURA Takumi Date: Fri, 25 Dec 2015 16:19:28 +0000 (+0000) Subject: Sema.h: Prune '\param NumExprs' corresponding to r256401. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8838753b30f8c8f74291f3cfab14c4563561fd1;p=clang Sema.h: Prune '\param NumExprs' corresponding to r256401. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256418 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 06c436acd2..25b46092d9 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -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. ///