Commit 1a9664a
authored
[lldb] Prevent spurious TypeRef type system validation message (NFC) (swiftlang#10193)
This fixes the following log output:
```
!=
!=
!=
```
This was happening when both the TypeRef type system (lhs) and the SwiftASTContext (rhs) produced an empty `CompilerType` for some operation.1 parent 45ecf12 commit 1a9664a
File tree
1 file changed
+4
-5
lines changed- lldb/source/Plugins/TypeSystem/Swift
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2544 | 2544 | | |
2545 | 2545 | | |
2546 | 2546 | | |
2547 | | - | |
2548 | | - | |
2549 | | - | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
2550 | 2551 | | |
2551 | 2552 | | |
2552 | | - | |
2553 | | - | |
2554 | 2553 | | |
2555 | 2554 | | |
2556 | 2555 | | |
| |||
0 commit comments