llvm-project
45918f50 - [llvm][NFC] In `SetVector`, `contains` and `count` now automatically accept `const T *` arguments when the key is `T *` (#170377)

Commit
140 days ago
[llvm][NFC] In `SetVector`, `contains` and `count` now automatically accept `const T *` arguments when the key is `T *` (#170377) Also use `is_contained` to implement `contains`, since this tries the `contains` member function of the set type first.
Author
Parents
Loading