Re: [PATCH 3/4] c-family, C++: Handle clang attributes [PR109877].

2023-11-14 Thread Marek Polacek
On Sun, Nov 12, 2023 at 08:02:43PM -1000, Iain Sandoe wrote: > This adds the ability to defer the validation of numeric attribute > arguments until the sequence is parsed if the attribute being > handled is one known to be 'clang form'. > > We do this by considering the arguments to be strings reg

[PATCH 3/4] c-family, C++: Handle clang attributes [PR109877].

2023-11-12 Thread Iain Sandoe
This adds the ability to defer the validation of numeric attribute arguments until the sequence is parsed if the attribute being handled is one known to be 'clang form'. We do this by considering the arguments to be strings regardless of content and defer the interpretation of those strings until