mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Use "witness" rather than "value witness" to mean a non-type witness in the AST/type checker.
The term "value witness" has a very specific meaning in IR generation, causing unnecessary confusion. Swift SVN r6650
This commit is contained in:
@@ -290,7 +290,7 @@ Optional<ConformancePair> ModuleFile::maybeReadConformance() {
|
||||
proto = cast<ProtocolDecl>(getDecl(protoID));
|
||||
}
|
||||
|
||||
ValueWitnessMap valueWitnesses;
|
||||
WitnessMap valueWitnesses;
|
||||
ArrayRef<uint64_t>::iterator rawIDIter = rawIDs.begin();
|
||||
while (valueCount--) {
|
||||
ValueDecl *first, *second;
|
||||
|
||||
Reference in New Issue
Block a user