IPR needs a representation for values. By values, I mean the objects that result from evaluation of prvalues. IPR currently has representations for: - [x] booleans - [x] strings - [x] nullptr - [x] pointers-to-member IPR does not currently represent: - [ ] integers - [ ] floats - [ ] records - [ ] unions - [ ] arrays
IPR needs a representation for values. By values, I mean the objects that result from evaluation of prvalues.
IPR currently has representations for:
IPR does not currently represent: