Skip to content

Commit 1e1126c

Browse files
committed
AST: fix printing of the @_objcImplementation attribute
rdar://103381746
1 parent 0db4b43 commit 1e1126c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/AST/Attr.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ bool DeclAttribute::printImpl(ASTPrinter &Printer, const PrintOptions &Options,
941941
case DAK_Optimize:
942942
case DAK_Exclusivity:
943943
case DAK_NonSendable:
944+
case DAK_ObjCImplementation:
944945
if (getKind() == DAK_Effects &&
945946
cast<EffectsAttr>(this)->getKind() == EffectsKind::Custom) {
946947
Printer.printAttrName("@_effects");

0 commit comments

Comments
 (0)