swift
4db2cf7b - Merge pull request #70076 from xedin/sendable-keypath-literals

Commit
1 year ago
Merge pull request #70076 from xedin/sendable-keypath-literals [ConstraintSystem] Implement sendability inference for key path expressions
Author
  • include/swift
    • AST
      • File
        Expr.h
    • SIL
      • File
        SILInstruction.h
    • Sema
      • File
        ConstraintSystem.h
  • lib
    • AST
      • File
        ASTWalker.cpp
      • File
        Expr.cpp
    • IDE
      • File
        KeyPathCompletion.cpp
    • IRGen
      • File
        IRGenSIL.cpp
    • SIL
      • IR
        • File
          SILInstructions.cpp
      • Verifier
        • File
          SILVerifier.cpp
    • SILGen
      • File
        SILGenExpr.cpp
    • Sema
      • File
        CSApply.cpp
      • File
        CSBindings.cpp
      • File
        CSDiagnostics.cpp
      • File
        CSGen.cpp
      • File
        CSSimplify.cpp
      • File
        ConstraintSystem.cpp
      • File
        PreCheckExpr.cpp
      • File
        TypeCheckConcurrency.cpp
  • test
    • Concurrency
      • File
        sendable_keypaths.swift
    • Interpreter
      • File
        keypath.swift