diff options
Diffstat (limited to 'lib/Parse/ParseExprCXX.cpp')
-rw-r--r-- | lib/Parse/ParseExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseExprCXX.cpp b/lib/Parse/ParseExprCXX.cpp index 53b0f4a3f1..2c1abe09d5 100644 --- a/lib/Parse/ParseExprCXX.cpp +++ b/lib/Parse/ParseExprCXX.cpp @@ -2403,7 +2403,7 @@ void Parser::ParseDirectNewDeclarator(Declarator &D) { T.consumeClose(); - // Attribute here appertain to the array type. C++11 [expr.new]p5. + // Attributes here appertain to the array type. C++11 [expr.new]p5. ParsedAttributes Attrs(AttrFactory); MaybeParseCXX0XAttributes(Attrs); |