File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Parse/ConditionalCompilation Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ set_property(CACHE SWIFT_ANALYZE_CODE_COVERAGE PROPERTY
128
128
# SWIFT_VERSION is deliberately /not/ cached so that an existing build directory
129
129
# can be reused when a new version of Swift comes out (assuming the user hasn't
130
130
# manually set it as part of their own CMake configuration).
131
- set (SWIFT_VERSION "4.2.1 " )
131
+ set (SWIFT_VERSION "4.2.2 " )
132
132
133
133
set (SWIFT_VENDOR "" CACHE STRING
134
134
"The vendor name of the Swift compiler" )
Original file line number Diff line number Diff line change 22
22
#endif
23
23
24
24
// NOTE: Please modify this condition...
25
- #if swift(>=4.2.1 )
25
+ #if swift(>=4.2.2 )
26
26
let b = 1
27
27
#else
28
28
// This shouldn't emit any diagnostics.
29
29
asdf asdf asdf asdf
30
30
#endif
31
31
32
32
// NOTE: ...and modify this condition...
33
- #if swift(>=4.2.2 )
33
+ #if swift(>=4.2.3 )
34
34
// This shouldn't emit any diagnostics.
35
35
asdf asdf asdf asdf
36
36
#else
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Sub: Base {
14
14
15
15
// CHECK-CRASH: error: fatal error encountered while reading from module 'Lib'; please file a bug report with your project and the crash log
16
16
// CHECK-CRASH-3-NOT: note
17
- // CHECK-CRASH-4: note: compiling as Swift 4.2.1 , with 'Lib' built as Swift 3.4
17
+ // CHECK-CRASH-4: note: compiling as Swift 4.2.2 , with 'Lib' built as Swift 3.4
18
18
// CHECK-CRASH-LABEL: *** DESERIALIZATION FAILURE (please include this section in any bug report) ***
19
19
// CHECK-CRASH: could not find 'disappearingMethod()' in parent class
20
20
// CHECK-CRASH: While loading members for 'Sub' in module 'Lib'
You can’t perform that action at this time.
0 commit comments