Add printer support for @noinline.

Swift SVN r19205
This commit is contained in:
Ted Kremenek
2014-06-26 00:50:59 +00:00
parent 0ec94df58e
commit 1e51a9fda8

View File

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