Igalia / cog

WPE launcher and webapp container
MIT License
241 stars 61 forks source link

clang-tidy: Add option to silence GLib macro warnings #684

Closed aperezdc closed 11 months ago

aperezdc commented 11 months ago

Add a (for now) very simple configuration for clang-tidy that silences warnings about sizeof() expressions from g_clear_{object,pointer} macros. The clang-tidy configuration file is also used by clangd, so this also avoids these false positive diagnostics when using it in an editor with LSP support.