mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
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. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Document.cpp | ||
| Document.h | ||
| Forward.h | ||
| Highlighter.cpp | ||
| Highlighter.h | ||
| HighlighterClient.h | ||
| Language.cpp | ||
| Language.h | ||
| TextPosition.h | ||
| TextRange.h | ||