Combine headerscheck and cpluspluscheck scripts - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Combine headerscheck and cpluspluscheck scripts
Date
Msg-id 4754a5b0-a32b-4036-a99a-6de14cf9fd72@eisentraut.org
Whole thread Raw
Responses Re: Combine headerscheck and cpluspluscheck scripts
List pgsql-hackers
headerscheck started in 55ea1091884 (2019) essentially as an adjusted 
copy of cpluspluscheck.  Since then two scripts have not drifted far 
apart.  But there are occasionally mistakes keeping the two exclude 
lists updated together.  I figure we can just combine the two scripts 
into one, so it's easier to keep updated.

The attached patch adds an option --cplusplus to headerscheck, with 
which it does the same thing as cpluspluscheck, and cpluspluscheck is 
removed.  The top-level make targets stay the same.
Attachment

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: recently added jsonpath method change jsonb_path_query, jsonb_path_query_first immutability
Next
From: John Morris
Date:
Subject: Re: Where can I find the doxyfile?