ladybird/Userland/Libraries/LibGLSL
Nico Weber 9cfd7a299c Userland: Use allocation-failure safe functions where it's easy
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.
2023-02-12 22:54:28 +01:00
..
CMakeLists.txt LibGLSL: Add LibGLSL 2022-12-17 22:39:09 -07:00
Compiler.cpp Userland: Use allocation-failure safe functions where it's easy 2023-02-12 22:54:28 +01:00
Compiler.h LibGLSL: Add LibGLSL 2022-12-17 22:39:09 -07:00
LinkedShader.h LibGLSL: Fill LinkedShaders with dummy IR code 2022-12-17 22:39:09 -07:00
Linker.cpp Userland: Use allocation-failure safe functions where it's easy 2023-02-12 22:54:28 +01:00
Linker.h LibGLSL: Add LibGLSL 2022-12-17 22:39:09 -07:00
ObjectFile.h LibGLSL: Add LibGLSL 2022-12-17 22:39:09 -07:00