r273624 - Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 23 15:47:59 PDT 2016
Author: chapuni
Date: Thu Jun 23 17:47:59 2016
New Revision: 273624
URL: http://llvm.org/viewvc/llvm-project?rev=273624&view=rev
Log:
Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
Modified:
cfe/trunk/lib/Parse/ParseExprCXX.cpp
Modified: cfe/trunk/lib/Parse/ParseExprCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Parse/ParseExprCXX.cpp?rev=273624&r1=273623&r2=273624&view=diff
==============================================================================
--- cfe/trunk/lib/Parse/ParseExprCXX.cpp (original)
+++ cfe/trunk/lib/Parse/ParseExprCXX.cpp Thu Jun 23 17:47:59 2016
@@ -1729,9 +1729,6 @@ Parser::ParseCXXTypeConstructExpression(
/// \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) {
More information about the cfe-commits
mailing list