Re: clang-tidy complaints

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: clang-tidy complaints
Date: 2025-04-27 15:50:02
Message-ID: CAH2-Wzn_E8OTwO2dJUGe0ts65biaENMxtcw6EdxUY1v2aCHQrA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sun, Apr 27, 2025 at 4:25 AM Bertrand Drouvot
<bertranddrouvot(dot)pg(at)gmail(dot)com> wrote:
> +1. Peter, do you think you could add "misc-header-include-cycle" in your
> annual check (see [1])? I'll also put a note on my side to do it at a regular
> basis.

I've added it to my personal clangd config (I mostly use clang-tidy
through clangd). I'll try to remember to use it when I run clang-tidy
a year from now, to clean up the master branch at the end of the
Postgres 19 cycle.

--
Peter Geoghegan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Mark Dilger 2025-04-27 17:06:22 Re: pgsql: Improve nbtree skip scan primitive scan scheduling.
Previous Message Tom Lane 2025-04-27 15:43:10 pgsql: Remove circular #include's between plpython.h and plpy_util.h.