diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-23 22:47:59 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-23 22:47:59 +0000 |
| commit | ae9c904a4c4a770ea06cc7f46aedca3399392a98 (patch) | |
| tree | ea145413a575988be092ecb4a2196e9981356656 /clang | |
| parent | 10dcd3bd3b4b688755e9a067ddcf092695953d0f (diff) | |
| download | bcm5719-llvm-ae9c904a4c4a770ea06cc7f46aedca3399392a98.tar.gz bcm5719-llvm-ae9c904a4c4a770ea06cc7f46aedca3399392a98.zip | |
Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]
llvm-svn: 273624
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Parse/ParseExprCXX.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/Parse/ParseExprCXX.cpp b/clang/lib/Parse/ParseExprCXX.cpp index 00f20e5e7b7..8a6626b9f17 100644 --- a/clang/lib/Parse/ParseExprCXX.cpp +++ b/clang/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) { |

