Files
swift-mirror/tools/swift-syntax-test/swift-syntax-test.cpp
Nathan Hawes 9003d83ffe [gardening] convert ByteBasedSourceRange to CharSourceRange rather than SourceRange
The only client of the 'toSourceRange' method immediately constructs a
CharSourceRange from it, and ByteBasedSourceRange's EndLoc isn't the start of
the last token in the range (as SourceRange expects).
2018-10-11 14:36:09 -07:00

35 KiB