llvm-capstone/mlir/lib/Support
Kazu Hirata 88d319a29f [mlir] Use StringRef::{starts,ends}_with (NFC)
This patch replaces uses of StringRef::{starts,ends}with with
StringRef::{starts,ends}_with for consistency with
std::{string,string_view}::{starts,ends}_with in C++20.

I'm planning to deprecate and eventually remove
StringRef::{starts,ends}with.
2023-12-13 22:58:30 -08:00
..
CMakeLists.txt [mlir] use a thread-local alternative to llvm::nulls 2023-07-31 08:21:21 +00:00
FileUtilities.cpp [Support] llvm::Optional => std::optional 2022-12-16 08:49:10 +00:00
InterfaceSupport.cpp [mlir] [NFC] Add a newline to debug message at inserting of InterfaceMap 2023-05-30 14:29:14 +00:00
RawOstreamExtras.cpp [mlir] use a thread-local alternative to llvm::nulls 2023-07-31 08:21:21 +00:00
StorageUniquer.cpp [mlir][StorageUniquer] Fix build with LLVM_ENABLE_THREADS=OFF 2023-04-02 11:38:58 -04:00
Timing.cpp [mlir] Use std::optional instead of llvm::Optional (NFC) 2023-01-14 01:25:58 -08:00
ToolUtilities.cpp [mlir] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 22:58:30 -08:00
TypeID.cpp [mlir] Fix the error message for missing explicit TypeID 2022-05-18 21:08:09 +00:00