On Wed, Jun 12, 2024 at 03:08:27PM -0400, Patrick Palka wrote: > FWIW I think we can also remove DECL_DECLARED_CONCEPT_P, > function_concept_p and variable_concept_p (and related code in > grokfndecl and grokvardecl probably). And e.g. code in constraint.cc > that checks for FUNCTION_DECL, VAR_*, CALL_EXPR, OVERLOAD / OVL_* etc.
Thanks. I'm leaving this as a follow-up; the patch is already quite large. Marek