Files
clang-p2996/mlir/lib/TableGen/Predicate.cpp
Kazu Hirata 29a45619f1 [mlir] Use std::string::find with std::string_view (NFC) (#139683)
Starting with C++17, std::string::find accepts anything that can be
converted to std::string_view, including StringRef, allowing us to
avoid creating temporary instances of std::string.
2025-05-13 07:13:10 -07:00

14 KiB