]> granicus.if.org Git - clang/commitdiff
Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 23 Jun 2016 22:47:59 +0000 (22:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 23 Jun 2016 22:47:59 +0000 (22:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273624 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExprCXX.cpp

index 00f20e5e7b7c1dca50e3e21622a2bb398dc9a9ee..8a6626b9f173b109fc054da9c374c95637540c73 100644 (file)
@@ -1729,9 +1729,6 @@ Parser::ParseCXXTypeConstructExpression(const DeclSpec &DS) {
 /// \param Loc The location of the start of the statement that requires this
 /// condition, e.g., the "for" in a for loop.
 ///
-/// \param ConvertToBoolean Whether the condition expression should be
-/// converted to a boolean value.
-///
 /// \returns The parsed condition.
 Sema::ConditionResult Parser::ParseCXXCondition(SourceLocation Loc,
                                                 Sema::ConditionKind CK) {