mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sema: Change a couple of Identifier usages to DeclName instead
This commit is contained in:
@@ -7891,7 +7891,7 @@ ERROR(expected_macro_expansion_expr,PointsToFirstBadToken,
|
||||
ERROR(expected_macro_expansion_decls,PointsToFirstBadToken,
|
||||
"expected macro expansion to produce a declaration", ())
|
||||
ERROR(macro_undefined,PointsToFirstBadToken,
|
||||
"no macro named %0", (Identifier))
|
||||
"no macro named %0", (DeclName))
|
||||
ERROR(external_macro_not_found,none,
|
||||
"external macro implementation type '%0.%1' could not be found for "
|
||||
"macro %2; %3", (StringRef, StringRef, DeclName, StringRef))
|
||||
|
||||
Reference in New Issue
Block a user