Re: clang-tidy complaints - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: clang-tidy complaints
Date
Msg-id CAH2-Wzn_E8OTwO2dJUGe0ts65biaENMxtcw6EdxUY1v2aCHQrA@mail.gmail.com
Whole thread Raw
In response to Re: clang-tidy complaints  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
List pgsql-committers
On Sun, Apr 27, 2025 at 4:25 AM Bertrand Drouvot
<bertranddrouvot.pg@gmail.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



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove circular #include's between plpython.h and plpy_util.h.
Next
From: Mark Dilger
Date:
Subject: Re: pgsql: Improve nbtree skip scan primitive scan scheduling.