mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 08:06:07 +00:00

Multiple compares against `LookupsCompleted`, which is effectively an unsigned long, with constant signed integer were throwing -Wsign-compare warnings. This is effectively NFC.