GabrielDosReis / ipr

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

`this` is a symbolic value #230

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

The this implicit parameter is a Symbol that is valid within the context of non-static members.