https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251
Andrew Pinski changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |10.0
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251
--- Comment #2 from Roland Illig ---
I posted an updated version of the linter to bug 79618, and I will post further
updates only there.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90251
--- Comment #1 from Andrew Pinski ---
> From parser.h:
} GTY((desc ("(%1.type == CPP_TEMPLATE_ID)"
"|| (%1.type == CPP_NESTED_NAME_SPECIFIER)"
"|| (%1.type == CPP_DECLTYPE)"))) u;
> If there's a space after the |