swift-module-digester: remove unnecessary node annotations. NFC (#18975)

This commit is contained in:
Xi Ge
2018-08-24 21:44:40 -07:00
committed by GitHub
parent 2f0856141b
commit 47228bc17b
6 changed files with 61 additions and 86 deletions

View File

@@ -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)