1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 10:55:07 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers/Cpp
Max Wipfli 9cc35d1ba3 AK: Implement String::find_any_of() and StringView::find_any_of()
This implements StringUtils::find_any_of() and uses it in
String::find_any_of() and StringView::find_any_of(). All uses of
find_{first,last}_of have been replaced with find_any_of(), find() or
find_last(). find_{first,last}_of have subsequently been removed.
2021-07-02 21:54:21 +02:00
..
Tests CppLanguageServer: Add test case for auto-completing include paths 2021-05-22 15:52:11 +02:00
ClientConnection.h HackStudio: Make TODO entries clickable 2021-06-23 19:00:11 +01:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
CppComprehensionEngine.cpp AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
CppComprehensionEngine.h CppLanguageServer: Make properties_of_type return any property 2021-06-29 00:07:19 +04:30
main.cpp HackStudio: Remove unnecessary unveil in ShellLanguageServer 2021-06-12 22:49:20 +04:30
Tests.cpp CppLanguageServer: Add test case for auto-completing include paths 2021-05-22 15:52:11 +02:00
Tests.h LanguageServer/Cpp: Add tests 2021-05-14 13:27:47 +02:00