Files
swift-mirror/unittests/SourceKit/SwiftLang/CursorInfoTest.cpp
Alex Hoppen 9bbe441160 [SourceKit] Change return value of functions in EditorConsumer to void
We were always returning true from those functions in  SKEditorConsumer
and false in the test consumers. On the client side we would then ignore
the return value. So it's clearer to have the functions not return
anything.
2018-08-01 15:17:13 -07:00

14 KiB