llvm-project
faf87e14 - [LAA] Prefer set-contains over set-count (NFC) (#136749)

Commit
157 days ago
[LAA] Prefer set-contains over set-count (NFC) (#136749) Improve code by preferring {SmallSet,SmallPtrSet}::contains() over the count() function, when used in a boolean context.
Author
Parents
Loading