On Wed, May 6, 2020 at 3:11 AM Corentin Jabot via SG16 <sg16@lists.isocpp.org> wrote:
Maybe NFC verification should be done on C++ tokens, not preprocessor tokenĀ (because then we would have to check twice) ?

As of the last meeting, we no longer distinguish between identifiers in the C++ token space and the preprocessor token space for the purposes of XID_Start+XID_Continue and NFC checking because sequences that are canonically equivalent to macro names ought to behave as that macro name.