ladybird/Tests/ClangPlugins
Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:

 * JS::NonnullGCPtr -> GC::Ref
 * JS::GCPtr -> GC::Ptr
 * JS::HeapFunction -> GC::Function
 * JS::CellImpl -> GC::Cell
 * JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
..
LambdaTests ClangPlugins: Convert all warnings to errors 2024-05-22 21:55:34 -06:00
LibJSGCTests LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
CMakeLists.txt ClangPlugins: Add -Wno-unqualified-std-cast-call to test compile options 2024-08-26 17:24:53 -04:00
lit.cfg.py ClangPlugins: Add LLVM lit test suite 2024-05-13 16:50:54 -06:00
lit.site.cfg.py.in ClangPlugins: Change name of variable used for test compile options 2024-05-30 09:29:20 -06:00
requirements.txt ClangPlugins: Add LLVM lit test suite 2024-05-13 16:50:54 -06:00