Re: [PATCH 02/17] Mark pass_sccopy gate and execute functions as final override

2025-06-26 Thread Filip Kastl
Thanks for spotting this. Filip On Wed 2025-06-25 16:03:20, Martin Jambor wrote: > Hi, > > It is customary to mark the gate and execute functions of the classes > representing passes as final override but this is missing in > pass_sccopy. This patch adds it which also silences clang warnings >

[PATCH 02/17] Mark pass_sccopy gate and execute functions as final override

2025-06-25 Thread Martin Jambor
Hi, It is customary to mark the gate and execute functions of the classes representing passes as final override but this is missing in pass_sccopy. This patch adds it which also silences clang warnings about it. Bootstrapped and tested on x86_64-linux. Because of the precedent elsewhere I consid