GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
221 stars 23 forks source link

Rework indirector form hierarchy #287

Closed GabrielDosReis closed 1 year ago

GabrielDosReis commented 1 year ago

Split the class cxx_form::Indirector::Simple into two:

Adjust the return type of cxx_form::Indirector::Member::whole() to Expr.

This is a source breaking change.

GabrielDosReis commented 1 year ago

The failed checks are infrastructure issues