]> git.feebdaed.xyz Git - 0xmirror/gcc.git/commit
contrib: Skip libstdc++ files in check_GNU_style.py
authorJonathan Wakely <jwakely@redhat.com>
Thu, 4 Dec 2025 09:42:50 +0000 (09:42 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 8 Dec 2025 10:43:36 +0000 (10:43 +0000)
commit28f12e889c75c8f017f82be3dcd899b7ab9288af
treefd3d8d240c242e33f3bb42a0cbcd5134144a0840
parentfe22bdabd4ca51c036e5e2ab89f56ffe32f4cac9
contrib: Skip libstdc++ files in check_GNU_style.py

The libstdc++ style is different from the rest of GCC, so do not apply
the checks to libstdc++ files in a patch.

contrib/ChangeLog:

* check_GNU_style_lib.py (check_GNU_style_file): Do not check
libstdc++ files.

Reviewed-by: Christophe Lyon <christophe.lyon@linaro.org>
contrib/check_GNU_style_lib.py