swift
a1bd1c79 - Merge pull request #42570 from rjmccall/reunique-existential-shapes-5.7

Commit
3 years ago
Merge pull request #42570 from rjmccall/reunique-existential-shapes-5.7 [5.7] Unique extended existential shapes using the generalized AST type
Author
  • docs/ABI
    • File
      Mangling.rst
  • include/swift
    • ABI
      • File
        Metadata.h
    • Demangling
      • File
        DemangleNodes.def
    • IRGen
      • File
        Linking.h
  • lib
    • Demangling
      • File
        Demangler.cpp
      • File
        NodePrinter.cpp
      • File
        OldRemangler.cpp
      • File
        Remangler.cpp
    • IRGen
      • File
        GenMeta.cpp
      • File
        GenReflection.cpp
      • File
        IRGenMangler.cpp
      • File
        IRGenMangler.h
      • File
        IRGenModule.h
      • File
        Linking.cpp
      • File
        MetadataRequest.cpp
  • stdlib/public/runtime
    • File
      Metadata.cpp
  • test
    • IRGen
      • File
        existential_shape_metadata.swift
    • Interpreter
      • File
        parameterized_existentials.swift
  • unittests/runtime
    • File
      ExtendedExistential.cpp
    • File
      MetadataObjectBuilder.h
    • File
      SpecifierDSL.h