Files
swift-mirror/tools/SourceKit/lib/SwiftLang
Gwen Mittertreiner 518196cde9 Properly Compare True and False Order in Sourcekit
Comparing "false" > "true" will return 0, which when returned by compare
indicates the two are equal which will result in a non deterministic
ordering of "false" and "true". Using .compare returns a negative number
as expected.
2019-07-10 18:25:53 -07:00
..
2019-04-03 19:50:59 -07:00
2017-01-06 16:41:22 +01:00