Skip to content

Commit 1137c32

Browse files
committed
---
yaml --- r: 347022 b: refs/heads/master c: 86168db h: refs/heads/master
1 parent 81c0947 commit 1137c32

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 65eca497ce1a79184b22306351a89a05f57a4236
2+
refs/heads/master: 86168db360f94ad9338c2245db760199ff28be40
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)