Skip to content

Commit c70661f

Browse files
committed
---
yaml --- r: 270333 b: refs/heads/tensorflow-merge c: 4a7a44d h: refs/heads/master i: 270331: 195a9a0
1 parent 1ffa6cc commit c70661f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,4 +1128,4 @@ refs/tags/swift-4.2.1-RELEASE: 02a6ca969ea1387475b6caeb69c31186df7d30b6
11281128
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a: 3b0299288f8287094b9ef587f46df54f42a347af
11291129
refs/heads/5.0-add-libcxx-and-clang-tools-extra: eb6e6f9b0a551e7804e96d0dac83add11ec73977
11301130
refs/heads/Fix-DataCreateSmall: e15aff31b7406a5b2dadac9d7810941cec85035a
1131-
refs/heads/tensorflow-merge: 18757837342263a63bc96e98a79c896e108bd5f4
1131+
refs/heads/tensorflow-merge: 4a7a44da8976519222b47be38cd583a6e5ceabcc

branches/tensorflow-merge/lib/Sema/DerivedConformanceError.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static void deriveBodyBridgedNSError_enum_nsErrorDomain(
3232
// enum SomeEnum {
3333
// @derived
3434
// static var _nsErrorDomain: String {
35-
// return _typeName(self, qualified: true)
35+
// return String(reflecting: self)
3636
// }
3737
// }
3838

0 commit comments

Comments
 (0)