Commit 10b9ae5
Fix clang-tidy readability-implicit-bool-conversion warnings
Use explicit != nullptr comparisons for pointer-to-bool conversions
flagged by clang-tidy.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b0a09ad commit 10b9ae5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
870 | 870 | | |
871 | 871 | | |
872 | 872 | | |
873 | | - | |
| 873 | + | |
874 | 874 | | |
875 | 875 | | |
876 | 876 | | |
| |||
0 commit comments