Merge remote-tracking branch 'origin/master' into master-llvm-swift5-transition

This commit is contained in:
swift-ci
2018-03-04 01:18:05 -08:00
35 changed files with 1349 additions and 778 deletions

View File

@@ -60,7 +60,7 @@ protected:
if (value) {
Bits |= maskFor<Bit>();
} else {
Bits |= ~maskFor<Bit>();
Bits &= ~maskFor<Bit>();
}
}