ladybird/Libraries/LibLine
Ali Mohammad Pur 4462348916 Everywhere: Slap some [[clang::lifetimebound]] where appropriate
This first pass only applies to the following two cases:
- Public functions returning a view type into an object they own
- Public ctors storing a view type

This catches a grand total of one (1) issue, which is fixed in
the previous commit.
2025-09-01 11:11:38 +02:00
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
Editor.cpp AK+Libraries: Reduce API surface of GenericLexer a bit 2025-08-13 09:56:13 -04:00
Editor.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
InternalFunctions.cpp LibLine: Remove unnecessary use of EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
KeyCallbackMachine.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
KeyCallbackMachine.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Span.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StringMetrics.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Style.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
SuggestionDisplay.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionManager.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionManager.h Everywhere: Slap some [[clang::lifetimebound]] where appropriate 2025-09-01 11:11:38 +02:00
VT.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
XtermSuggestionDisplay.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00