summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-22 15:12:46 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-22 15:12:46 +0000
commit24ad692f30e1a512f9362739cc6bc48c78d92a30 (patch)
treed0047039f61fc8e49353fe377b2a42f1285d1859
parent43becc23c2c8c24eb27f0dafcd13c00288474b0c (diff)
downloadbcm5719-llvm-24ad692f30e1a512f9362739cc6bc48c78d92a30.tar.gz
bcm5719-llvm-24ad692f30e1a512f9362739cc6bc48c78d92a30.zip
Some minor comments modifications.
There are no unnecessary action calls period (courtesy of the annotation scheme) and too many 'this means'.. llvm-svn: 72263
-rw-r--r--clang/lib/Parse/ParseExprCXX.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Parse/ParseExprCXX.cpp b/clang/lib/Parse/ParseExprCXX.cpp
index a2f752aa17b..7c90a6319ce 100644
--- a/clang/lib/Parse/ParseExprCXX.cpp
+++ b/clang/lib/Parse/ParseExprCXX.cpp
@@ -1066,7 +1066,7 @@ Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType,
// type-id, it is not useful for determining the context past the parens.
//
// The good news is that the parser can disambiguate this part without
- // making any unnecessary Action calls (apart from isTypeName).
+ // making any unnecessary Action calls.
// Start tentantive parsing.
TentativeParsingAction PA(*this);
@@ -1122,7 +1122,7 @@ Parser::ParseCXXAmbiguousParenExpression(ParenParseOption &ExprType,
return move(Result);
}
- // If we get here, it means the things after the parens are not the start of
+ // If we get here, the things after the parens are not the start of
// a cast-expression. This means we must actually parse the tokens inside
// the parens as an expression.
PA.Revert();
OpenPOWER on IntegriCloud