Re: Experiments with clang-format and exclude-list.json

2023-07-19 Thread Stefano Stabellini
On Tue, 18 Jul 2023, Jan Beulich wrote: > On 18.07.2023 11:13, Luca Fancellu wrote: > > I’ve done some experiment with clang-format and the hypervisor code > > (xen/xen/**), I had the need to exclude some files from the tool > > and I thought to use the exclude-list.json, but since it was intended

Re: Experiments with clang-format and exclude-list.json

2023-07-18 Thread Jan Beulich
On 18.07.2023 11:13, Luca Fancellu wrote: > I’ve done some experiment with clang-format and the hypervisor code > (xen/xen/**), I had the need to exclude some files from the tool > and I thought to use the exclude-list.json, but since it was intended for > MISRA, I’m now asking your feedback abou

Experiments with clang-format and exclude-list.json

2023-07-18 Thread Luca Fancellu
Hi all, I’ve done some experiment with clang-format and the hypervisor code (xen/xen/**), I had the need to exclude some files from the tool and I thought to use the exclude-list.json, but since it was intended for MISRA, I’m now asking your feedback about that. In my opinion it could make sens