GabrielDosReis / ipr

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

Explicit representation of "this" #159

Closed GabrielDosReis closed 3 years ago

GabrielDosReis commented 3 years ago

Revert from Classic IPR design decision to treat this no different from any other function parameter.

Fix #28