mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Teach Expr::getSemanticsProvidingExpr to look through DotSyntaxBaseIgnoredExpr. Start generating DotSyntaxBaseIgnoredExpr for all dot syntax exprs where the base is ignored (e.g. "Builtin.mul_i32"), which preserves a lot more source location information and is general goodness for the AST. Swift SVN r1232