llvm-project
01174ff2 - Remove unneeded checks for null; NFC (#145686)

Commit
108 days ago
Remove unneeded checks for null; NFC (#145686) At the start of the case for `tok::colon`, we do an early return if `Prev` is null. Nothing else within that case modifies the value of `Prev`, so the checks for null are unnecessary and were confusing static analysis tools.
Author
Parents
Loading