Re: [C++ Patch] Improve locations in flexible array members diagnostic
OK. On Tue, Oct 30, 2018 at 11:23 AM Paolo Carlini wrote: > > Hi, > > today I noticed quite a few additional places where we can exploit > declarator->id_loc, the below are the first bits. Tested x86_64-linux. > > Thanks, Paolo. > > // >
[C++ Patch] Improve locations in flexible array members diagnostic
Hi, today I noticed quite a few additional places where we can exploit declarator->id_loc, the below are the first bits. Tested x86_64-linux. Thanks, Paolo. // /cp 2018-10-30 Paolo Carlini * decl.c (grokdeclarator): Use declarator->id_loc in diagnostic