SimpleProgramAnalyser / spa

A CMake Windows program for a SIMPLE language
GNU General Public License v3.0
3 stars 0 forks source link

Bug with PKB::getContainingProcedure #152

Closed alcen closed 4 years ago

alcen commented 4 years ago

Even when changed to upper_bound, getContainingProcedure did not work with statements 35, 36

affectsBipBuugy.txt

When called with 35 and 36, expected a vector with "proc1IfElseAffects", but instead Query Evaluator received empty vector

Possibly linked to #151 (see line numbered program at that issue)