File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5080,7 +5080,7 @@ LayoutConstraint LayoutConstraint::getLayoutConstraint(LayoutConstraintKind Kind
5080
5080
return LayoutConstraint (New);
5081
5081
}
5082
5082
5083
- Type &
5084
- ASTContext::getDefaultTypeRequestCache (SourceFile *SF, KnownProtocolKind kind) {
5083
+ Type &ASTContext::getDefaultTypeRequestCache (SourceFile *SF,
5084
+ KnownProtocolKind kind) {
5085
5085
return getImpl ().DefaultTypeRequestCaches [SF][size_t (kind)];
5086
5086
}
Original file line number Diff line number Diff line change @@ -480,9 +480,7 @@ bool DefaultTypeRequest::isDependencyMissing(Type result) const {
480
480
return false ;
481
481
}
482
482
483
- void DefaultTypeRequest::cacheResult (Type value) const {
484
- getCache () = value;
485
- }
483
+ void DefaultTypeRequest::cacheResult (Type value) const { getCache () = value; }
486
484
487
485
const char *
488
486
DefaultTypeRequest::getTypeName (const KnownProtocolKind knownProtocolKind) {
You can’t perform that action at this time.
0 commit comments