Re: [Cocci] [PATCH v5 0/3] cocci: Align the C AST and Cocci AST for pointer

2020-02-12 Thread Julia Lawall
On Tue, 11 Feb 2020, Jaskaran Singh wrote: > This series is to address the type matching problem in Coccinelle. > > Patch 1/3 is for aligning the C and Cocci AST so that > pointer to const pointer and its variants can be matched. > > Patch 2/3 reflects the pretty printing changes made in > 1/3 in

[Cocci] [PATCH v5 0/3] cocci: Align the C AST and Cocci AST for pointer

2020-02-11 Thread Jaskaran Singh
This series is to address the type matching problem in Coccinelle. Patch 1/3 is for aligning the C and Cocci AST so that pointer to const pointer and its variants can be matched. Patch 2/3 reflects the pretty printing changes made in 1/3 in the ptrconstptr test case. A space is added between