Re: [ovs-dev] [PATCH v3] ci: Add clang-analyze to GitHub actions.

2023-12-20 Thread Eelco Chaudron
On 20 Dec 2023, at 15:04, Aaron Conole wrote: > Eelco Chaudron writes: > >> On 19 Dec 2023, at 16:35, Eelco Chaudron wrote: >> >>> On 15 Dec 2023, at 10:34, Ilya Maximets wrote: >>> On 12/7/23 10:32, Eelco Chaudron wrote: > This patch detects new static analyze issues, and report

Re: [ovs-dev] [PATCH v3] ci: Add clang-analyze to GitHub actions.

2023-12-20 Thread Aaron Conole
Eelco Chaudron writes: > On 19 Dec 2023, at 16:35, Eelco Chaudron wrote: > >> On 15 Dec 2023, at 10:34, Ilya Maximets wrote: >> >>> On 12/7/23 10:32, Eelco Chaudron wrote: This patch detects new static analyze issues, and report them. It does this by reporting on the delta for this

Re: [ovs-dev] [PATCH v3] ci: Add clang-analyze to GitHub actions.

2023-12-20 Thread Eelco Chaudron
On 19 Dec 2023, at 16:35, Eelco Chaudron wrote: > On 15 Dec 2023, at 10:34, Ilya Maximets wrote: > >> On 12/7/23 10:32, Eelco Chaudron wrote: >>> This patch detects new static analyze issues, and report them. >>> It does this by reporting on the delta for this branch, compared >>> to the base

Re: [ovs-dev] [PATCH v3] ci: Add clang-analyze to GitHub actions.

2023-12-19 Thread Eelco Chaudron
On 15 Dec 2023, at 10:34, Ilya Maximets wrote: > On 12/7/23 10:32, Eelco Chaudron wrote: >> This patch detects new static analyze issues, and report them. >> It does this by reporting on the delta for this branch, compared >> to the base branch. >> >> For example the error might look like this:

Re: [ovs-dev] [PATCH v3] ci: Add clang-analyze to GitHub actions.

2023-12-15 Thread Ilya Maximets
On 12/7/23 10:32, Eelco Chaudron wrote: > This patch detects new static analyze issues, and report them. > It does this by reporting on the delta for this branch, compared > to the base branch. > > For example the error might look like this: > > error level: +0 -0 no changes > warning level:

[ovs-dev] [PATCH v3] ci: Add clang-analyze to GitHub actions.

2023-12-07 Thread Eelco Chaudron
This patch detects new static analyze issues, and report them. It does this by reporting on the delta for this branch, compared to the base branch. For example the error might look like this: error level: +0 -0 no changes warning level: +2 +0 New issue "deadcode.DeadStores Value stored