Demangle partial-apply forwarding thunks.

rdar://16167733

Swift SVN r14538
This commit is contained in:
John McCall
2014-02-28 22:03:49 +00:00
parent 227e2d0159
commit 5463c2072b
2 changed files with 28 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ NODE(NonVariadicTuple)
NODE(Number)
NODE(ObjCAttribute)
NODE(ObjCBlock)
NODE(PartialApplyForwarder)
NODE(PartialApplyObjCForwarder)
NODE(PostfixOperator)
NODE(PrefixOperator)
NODE(Protocol)