mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SourceKit/Refactoring] Macro expansion
Add refactoring "Expand Macro" that expands macro expressions. rdar://102739026
This commit is contained in:
@@ -126,6 +126,7 @@ public:
|
||||
UID_FOR(Destructor)
|
||||
UID_FOR(Subscript)
|
||||
UID_FOR(OpaqueType)
|
||||
UID_FOR(Macro)
|
||||
#undef UID_FOR
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user