Swift SIL: add bridging for witness and default witness tables

This commit is contained in:
Erik Eckstein
2022-08-12 13:13:11 +02:00
parent 7816513f0d
commit fbb694bcde
10 changed files with 312 additions and 3 deletions

View File

@@ -223,6 +223,8 @@ public:
RootProtocolConformance *conformance);
~SILWitnessTable();
SILModule &getModule() const { return Mod; }
/// Return the AST ProtocolConformance this witness table represents.
RootProtocolConformance *getConformance() const {