Unverified Commit c3392266 authored by Kazu Hirata's avatar Kazu Hirata Committed by GitHub
Browse files

[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC) (#92476)

Note that StringRef::equals has been deprecated in favor of
operator==(StringRef, StringRef).
parent 9f15aa00
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment