mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Lower UDRE to TypeValue if it references a value generic
This commit is contained in:
@@ -1437,6 +1437,10 @@ class Traversal : public ASTVisitor<Traversal, Expr*, Stmt*,
|
||||
return E;
|
||||
}
|
||||
|
||||
Expr *visitTypeValueExpr(TypeValueExpr *E) {
|
||||
return E;
|
||||
}
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Everything Else
|
||||
//===--------------------------------------------------------------------===//
|
||||
|
||||
Reference in New Issue
Block a user