mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add printer support for @noinline.
Swift SVN r19205
This commit is contained in:
@@ -122,6 +122,7 @@ void DeclAttribute::print(ASTPrinter &Printer) const {
|
||||
case DAK_UIApplicationMain:
|
||||
case DAK_Lazy:
|
||||
case DAK_LLDBDebuggerFunction:
|
||||
case DAK_Noinline:
|
||||
Printer << "@" << getAttrName();
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user