llvm-project
9697e460 - [ADT] Simplify StringRef(const char *) (NFC) (#160038)

Commit
86 days ago
[ADT] Simplify StringRef(const char *) (NFC) (#160038) This patch delegates the string length computation to std::string_view. This way, we don't have to worry about old GCC versions or call __builtin_strlen on our own.
Parents
Loading