Re: [Cocci] [RFC PATCH 00/25] cocci: Improve C parsing of attributes

2020-04-25 Thread Jaskaran Singh
On Fri, 2020-04-24 at 14:02 +0200, Markus Elfring wrote: > > This patch series aims to improve parsing of attributes in C by > > Coccinelle's C parser. > > How do you think about to use the wording “in C source code by”? > > > > These parsing errors were discovered by running a build of > >

Re: [Cocci] [RFC PATCH 00/25] cocci: Improve C parsing of attributes

2020-04-24 Thread Markus Elfring
> This patch series aims to improve parsing of attributes in C by > Coccinelle's C parser. How do you think about to use the wording “in C source code by”? > These parsing errors were discovered by running a build of Coccinelle's Would you like to omit the word “These”? > Coccinelle

[Cocci] [RFC PATCH 00/25] cocci: Improve C parsing of attributes

2020-04-24 Thread Jaskaran Singh
This patch series aims to improve parsing of attributes in C by Coccinelle's C parser. These parsing errors were discovered by running a build of Coccinelle's master branch on gitlab to parse the source code of Linux v5.5-rc4 and Linux v5.6-rc7. Coccinelle currently manages attributes similar to