mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 16:42:06 +00:00
I went through all callers of adopt_own() and replaced them with try_make<>() if possible or adopt_nonnull_own_or_enomem() else in cases where it was easy (i.e. in functions already returning ErrorOr). No intended behavior change. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Compiler.cpp | ||
| Compiler.h | ||
| LinkedShader.h | ||
| Linker.cpp | ||
| Linker.h | ||
| ObjectFile.h | ||