mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[libide] Finish related lib-ide work on generating type-interface, rdar://27306890. (#3501)
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
using namespace swift;
|
||||
using namespace swift::ide;
|
||||
|
||||
Optional<std::pair<unsigned, unsigned>> swift::ide::parseLineCol(StringRef LineCol) {
|
||||
Optional<std::pair<unsigned, unsigned>>
|
||||
swift::ide::parseLineCol(StringRef LineCol) {
|
||||
unsigned Line, Col;
|
||||
size_t ColonIdx = LineCol.find(':');
|
||||
if (ColonIdx == StringRef::npos) {
|
||||
|
||||
Reference in New Issue
Block a user