Skip SectionMemoryManager.h in cpluspluscheck.
authorThomas Munro <[email protected]>
Thu, 28 Nov 2024 02:32:57 +0000 (15:32 +1300)
committerThomas Munro <[email protected]>
Thu, 28 Nov 2024 02:48:52 +0000 (15:48 +1300)
commitaa663d37c068cb6bffb363f74ff6c566ecd40543
treefc35ddd776001b61132255a9fd1843845289bc5e
parent24da0e761837fc0c0ef5733519595c848e5fe280
Skip SectionMemoryManager.h in cpluspluscheck.

Commit 9044fc1d45a0 skipped SectionMemoryManager.h in headerscheck, and
by extension also cpluspluscheck, because it's C++ and would fail both
tests.  That worked in master and REL_17_STABLE due to 7b8e2ae2fd3b, but
older branches have a separate cpluspluscheck script.  We need to copy
the filtering rule into there too.

This problem was being reported by CI's CompilerWarnings task in the 15
and 16 branches, but was a victim of alert fatigue syndrome (unrelated
problems in the back-branches).

Fix 16, and back-patch to 13, as those are the live branches that have a
separate cpluspluscheck script.
src/tools/pginclude/cpluspluscheck