swift
042ccdda - Merge pull request #68344 from hamishknight/do-it

Commit
1 year ago
Merge pull request #68344 from hamishknight/do-it
Author
  • include/swift
    • AST
      • File
        DiagnosticsSema.def
      • File
        Expr.h
      • File
        Stmt.h
      • File
        TypeCheckRequests.h
      • File
        TypeCheckerTypeIDZone.def
    • Basic
      • File
        Features.def
  • lib
    • AST
      • File
        ASTPrinter.cpp
      • File
        ASTVerifier.cpp
      • File
        Expr.cpp
      • File
        Stmt.cpp
    • ASTGen/Sources/ASTGen
      • File
        SourceFile.swift
    • Parse
      • File
        ParseExpr.cpp
      • File
        ParseStmt.cpp
    • Sema
      • File
        CSSyntacticElement.cpp
      • File
        ConstraintLocator.cpp
      • File
        MiscDiagnostics.cpp
      • File
        TypeCheckStmt.cpp
  • test
    • SILGen
      • File
        do_expr.swift
      • File
        do_expr_address_only_tuple_return_value_context.swift
    • expr/unary
      • File
        do_expr.swift
      • File
        do_expr_disabled.swift
      • File
        if_expr.swift
    • stmt
      • File
        then_stmt.swift