mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-module-digester: remove unnecessary node annotations. NFC (#18975)
This commit is contained in:
@@ -64,7 +64,7 @@ struct swift::ide::api::SDKNodeInitInfo {
|
||||
|
||||
SDKContext::SDKContext(CheckerOptions Opts): Diags(SourceMgr), Opts(Opts) {
|
||||
#define ADD(NAME) ABIAttrs.push_back({DeclAttrKind::DAK_##NAME, \
|
||||
NodeAnnotation::Change##NAME, getAttrName(DeclAttrKind::DAK_##NAME)});
|
||||
getAttrName(DeclAttrKind::DAK_##NAME)});
|
||||
ADD(ObjC)
|
||||
ADD(FixedLayout)
|
||||
ADD(Frozen)
|
||||
|
||||
Reference in New Issue
Block a user