mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add ASTDumper support for AvailabilityQueryExpr
This patch also moves some static utility methods involving PlatformKind out of Attr.h and into PlatformKind.h. Swift SVN r21896
This commit is contained in:
@@ -1720,7 +1720,9 @@ public:
|
||||
OS << ')';
|
||||
}
|
||||
void visitAvailabilityQueryExpr(AvailabilityQueryExpr *E) {
|
||||
assert(false && "Unimplemented");
|
||||
printCommon(E, "availability_query_expr") << '\n';
|
||||
E->getQuery()->print(OS, Indent + 2);
|
||||
OS << ')';
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user