]> granicus.if.org Git - clang/commitdiff
SemaExprCXX.cpp: Try to fix \param in r237608. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 19 May 2015 06:47:23 +0000 (06:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 19 May 2015 06:47:23 +0000 (06:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@237668 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaExprCXX.cpp

index e3633bd90375e10876b98a8be3529b26053af4e3..7e305ffa8edc46616d6b6feb81da5a561c5ff126 100644 (file)
@@ -2391,8 +2391,7 @@ private:
   bool HasUndefinedConstructors;
   /// \brief Returns \c CXXNewExpr from given initialization expression.
   /// \param E Expression used for initializing pointee in delete-expression.
-  /// \param E can be a single-element \c InitListExpr consisting of
-  /// \param E new-expression.
+  /// E can be a single-element \c InitListExpr consisting of new-expression.
   const CXXNewExpr *getNewExprFromInitListOrExpr(const Expr *E);
   /// \brief Returns whether member is initialized with mismatching form of
   /// \c new either by the member initializer or in-class initialization.