summaryrefslogtreecommitdiff
path: root/AK/StringView.h
AgeCommit message (Expand)Author
2019-06-08StringView: Store a StringImpl* rather than a String*.Andreas Kling
2019-06-08AK: Add String::operator==(const char*).Andreas Kling
2019-06-07StringView: operator==(const char*) needs to stop when the view ends.Andreas Kling
2019-06-03StringView: Make construction of String from a StringView containing a String...Robin Burchell
2019-06-02AK: Add implicit String -> StringView conversionRobin Burchell
2019-05-28Add clang-format fileRobin Burchell
2019-04-16AK: Try to use StringViews more for substrings and splitting.Andreas Kling
2019-04-15AK: Add a StringView class.Andreas Kling