llvm-project
9697e460
- [ADT] Simplify StringRef(const char *) (NFC) (#160038)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#160038 - [ADT] Simplify StringRef(const char *) (NFC)
Author
kazutakahirata
Parents
c0b6ddfe
Loading