Commit 944fc85
authored
[lldb] Check GetSwiftValidateTypeSystem where applicable (#6655)
The `VALIDATE_AND_RETURN` macros do a runtime check of `GetSwiftValidateTypeSystem`, to allow validation to be enabled/disabled. However there are some custom validations that don't use the macro. This change checks `GetSwiftValidateTypeSystem` in those custom validations too.1 parent ceb31cc commit 944fc85
File tree
1 file changed
+11
-4
lines changed- lldb/source/Plugins/TypeSystem/Swift
1 file changed
+11
-4
lines changedLines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3040 | 3040 | | |
3041 | 3041 | | |
3042 | 3042 | | |
3043 | | - | |
3044 | | - | |
3045 | | - | |
3046 | | - | |
| 3043 | + | |
| 3044 | + | |
| 3045 | + | |
| 3046 | + | |
| 3047 | + | |
3047 | 3048 | | |
3048 | 3049 | | |
3049 | 3050 | | |
| |||
3112 | 3113 | | |
3113 | 3114 | | |
3114 | 3115 | | |
| 3116 | + | |
| 3117 | + | |
| 3118 | + | |
3115 | 3119 | | |
3116 | 3120 | | |
3117 | 3121 | | |
| |||
3531 | 3535 | | |
3532 | 3536 | | |
3533 | 3537 | | |
| 3538 | + | |
| 3539 | + | |
| 3540 | + | |
3534 | 3541 | | |
3535 | 3542 | | |
3536 | 3543 | | |
| |||
0 commit comments