[SourceKit/Refactoring] Macro expansion

Add refactoring "Expand Macro" that expands macro expressions.

rdar://102739026
This commit is contained in:
Rintaro Ishizaki
2022-12-06 14:45:25 -08:00
parent 0b29450a3d
commit 9f137074af
6 changed files with 116 additions and 4 deletions

View File

@@ -126,6 +126,7 @@ public:
UID_FOR(Destructor)
UID_FOR(Subscript)
UID_FOR(OpaqueType)
UID_FOR(Macro)
#undef UID_FOR
};