Skip to content

Commit 62d1c66

Browse files
committed
---
yaml --- r: 318555 b: refs/heads/master-rebranch c: 86168db h: refs/heads/master i: 318553: 633d942 318551: 13eb263
1 parent 6d2ad25 commit 62d1c66

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: 65eca497ce1a79184b22306351a89a05f57a4236
1460+
refs/heads/master-rebranch: 86168db360f94ad9338c2245db760199ff28be40

branches/master-rebranch/tools/SourceKit/docs/Protocol.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ type checking and the necessary compiler arguments to help resolve all dependenc
757757
### Response
758758
```
759759
{
760-
<key.printedtypebuffer>: (string) // A text buffer where all expression types are printed to.
761760
<key.expression_type_list>: (array) [expr-type-info*] // A list of expression and type
762761
}
763762
```
@@ -767,8 +766,7 @@ expr-type-info ::=
767766
{
768767
<key.expression_offset>: (int64) // Offset of an expression in the source file
769768
<key.expression_length>: (int64) // Length of an expression in the source file
770-
<key.type_offset>: (int64) // Offset of the printed type of the expression in the printed type buffer
771-
<key.type_length>: (int64) // Length of the printed type of the expression in the printed type buffer
769+
<key.expression_type>: (string) // Printed type of this expression
772770
}
773771
```
774772

0 commit comments

Comments
 (0)