Images 💾

Last commit ⭐

commit aa4f0a7ec218ed1acd638e9cd27660dada277dbe
Author:     Daniel Bertalan <dani@danielbertalan.dev>
AuthorDate: Sun Jul 14 18:29:33 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Tue Oct 8 21:04:19 2024 -0400

    Meta: Cherry-pick lagom -Wmissing-declarations prep
    
    This cherry-picks the CodeGenerators changes from the second commit in
    https://github.com/LadybirdBrowser/ladybird/pull/626
    
    We'll want to enable -Wmissing-declarations (gcc) /
    -Wmissing-prototypes (lagom) for Lagom too, but that can happen
    in a separate PR.
    
    (cherry picked from commit c62240aa80dceddd7e6ba5bf779a56c84ab8c624;
    amended to remove half of the changes. Many of them were in
    ladybird-only code. Changed commit message.)