GabrielDosReis / ipr

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

Fix #114 #229

Closed GabrielDosReis closed 2 years ago

GabrielDosReis commented 2 years ago

That bug report observed that it is no longer possible -- after the Name refactoring -- to build a Template_id where the template declaration is designated by an expression. Something that was previously possible thanks to the original simpler design for Name as part of the Expr hierarchy. Fixed with this patch.

Fixes #114