summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-06-23 22:47:59 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-06-23 22:47:59 +0000
commitd01818fd4b071e07cc11fd71d4543d1949164043 (patch)
tree7b69dcc9ebc811507282166f210ad0464f769e3a
parent680a3ebe3c770f6b9e38f9f6fd5f8179586cb89a (diff)
Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Parse/ParseExprCXX.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Parse/ParseExprCXX.cpp b/lib/Parse/ParseExprCXX.cpp
index 00f20e5e7b..8a6626b9f1 100644
--- a/lib/Parse/ParseExprCXX.cpp
+++ b/lib/Parse/ParseExprCXX.cpp
@@ -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) {