File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
trunk/tools/SourceKit/docs Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 65eca497ce1a79184b22306351a89a05f57a4236
2
+ refs/heads/master: 86168db360f94ad9338c2245db760199ff28be40
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -757,7 +757,6 @@ type checking and the necessary compiler arguments to help resolve all dependenc
757
757
### Response
758
758
```
759
759
{
760
- <key.printedtypebuffer>: (string) // A text buffer where all expression types are printed to.
761
760
<key.expression_type_list>: (array) [expr-type-info*] // A list of expression and type
762
761
}
763
762
```
@@ -767,8 +766,7 @@ expr-type-info ::=
767
766
{
768
767
<key.expression_offset>: (int64) // Offset of an expression in the source file
769
768
<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
772
770
}
773
771
```
774
772
You can’t perform that action at this time.
0 commit comments