swift
4549fcd6 - [ABI] Add associated conformance descriptors.

Commit
6 years ago
[ABI] Add associated conformance descriptors. Associated conformance descriptors are aliases that refer to associated conformance requirements within a protocol descriptor’s list of requirements. They will be used to provide protocol resilience against the addition of new associated conformance requirements (which only makes sense for newly-introduced, defaulted associated types).
Author
Parents
  • include/swift
    • Demangling
      • File
        DemangleNodes.def
    • IRGen
      • File
        Linking.h
  • lib
    • Demangling
      • File
        Demangler.cpp
      • File
        NodePrinter.cpp
      • File
        OldRemangler.cpp
      • File
        Remangler.cpp
    • IRGen
      • File
        GenDecl.cpp
      • File
        GenMeta.cpp
      • File
        IRGenMangler.h
      • File
        IRGenModule.h
      • File
        Linking.cpp
    • TBDGen
      • File
        TBDGen.cpp
      • File
        TBDGenVisitor.h
  • test
    • Demangle/Inputs
      • File
        manglings.txt
    • IRGen
      • File
        protocol_resilience_descriptors.swift
    • Inputs
      • File
        resilient_protocol.swift