Files
swift-mirror/lib/Parse/ParseIfConfig.cpp
Rintaro Ishizaki 2946597362 [Parse] Drop Swift3 support for conditional compilation condition
In Swift3:
* `#if A is B` were warning
* `#if A(foo:)` were warning
* `#if A || B && C` has different meaning from Swift4+ and was diagnosed with
  migration support fix-it.
2018-07-07 23:27:31 +09:00

22 KiB