Skip to content

Commit a2b88cb

Browse files
authored
Merge pull request #64101 from rxwei/fix-macro-role-string
2 parents bc47698 + e140d4a commit a2b88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Decl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9893,7 +9893,7 @@ StringRef swift::getMacroRoleString(MacroRole role) {
98939893
return "expression";
98949894

98959895
case MacroRole::Declaration:
9896-
return "freestanding";
9896+
return "declaration";
98979897

98989898
case MacroRole::Accessor:
98999899
return "accessor";

0 commit comments

Comments
 (0)