PeterMcKinnis / WorstCaseStack

This program is used to do static stack analysis on C source code to determine the worst case stack usage for each function
BSD 3-Clause "New" or "Revised" License
87 stars 28 forks source link

parsing of cpp.su files not working #13

Open DEvil0000 opened 2 years ago

DEvil0000 commented 2 years ago

looks like the format of .cpp.su files is slightly different resulting in a lot of functions getting unbound assigned.

are pull requests wellcome - maybe to hacktoberfest? I may have some time in october to fix those things ;)

PeterMcKinnis commented 10 months ago

Decided to start actively maintaining this. PR now welcome.