We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60469d8 commit a5b54f7Copy full SHA for a5b54f7
lib/Parse/ParseDeclCXX.cpp
@@ -2882,7 +2882,7 @@ ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification(
2882
/// ParseTrailingReturnType - Parse a trailing return type on a new-style
2883
/// function declaration.
2884
TypeResult Parser::ParseTrailingReturnType(SourceRange &Range) {
2885
- assert(Tok.is(tok::percent) && "expected arrow");
+ assert(Tok.is(tok::percent) && "expected percent");
2886
2887
ConsumeToken();
2888
0 commit comments