Skip to content

Commit 7d926a7

Browse files
committed
Clean up some diagnostics related to parser round-tripping
1 parent 8b1051e commit 7d926a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/AST/DiagnosticsParse.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,9 +2014,9 @@ ERROR(macro_expansion_decl_expected_macro_identifier,none,
20142014
"expected a macro identifier for a pound literal declaration", ())
20152015

20162016
ERROR(parser_round_trip_error,none,
2017-
"source file did not round-trip through the Swift Swift parser", ())
2017+
"source file did not round-trip through the new Swift parser", ())
20182018
ERROR(parser_new_parser_errors,none,
2019-
"Swift Swift parser generated errors for code that C++ parser accepted",
2019+
"new Swift parser generated errors for code that C++ parser accepted",
20202020
())
20212021

20222022
#define UNDEFINE_DIAGNOSTIC_MACROS

0 commit comments

Comments
 (0)