serenity/Meta/Lagom/ClangPlugins
Andreas Kling 5cd1016714 LibJS: Add RawNonnullGCPtr<T>
This is really just a type alias for NonnullGCPtr<T>, but it provides
a way to have non-owning non-visited NonnullGCPtr<T> without getting
yelled at by the Clang plugin for catching GC errors.

(cherry picked from commit 6a6618f5eab6e6a2c7c3fc03f8063cc6b497a0ec)
2024-11-11 17:22:05 -05:00
..
CMakeLists.txt ClangPlugins: Check for strong root fields in GC allocated objects 2024-05-30 09:29:20 -06:00
LambdaCapturePluginAction.cpp ClangPlugins: Use underscores instead of dashes in plugin names 2024-05-30 09:29:20 -06:00
LambdaCapturePluginAction.h
LibJSGCPluginAction.cpp LibJS: Add RawNonnullGCPtr<T> 2024-11-11 17:22:05 -05:00
LibJSGCPluginAction.h ClangPlugins: Check for strong root fields in GC allocated objects 2024-05-30 09:29:20 -06:00