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:
Doug Gregor
2013-07-26 18:34:06 +00:00
parent d0f60ab755
commit 532dd646dc
11 changed files with 23 additions and 24 deletions

View File

@@ -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;