crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
62 stars 14 forks source link

Remove old code for constructing old CFG #173

Closed S3v3ru5 closed 1 year ago

S3v3ru5 commented 1 year ago

The next PR will re-add some/most of these members that return new objects. The main reason to divide this into PRs is to use the mypy and linters to properly updated all places in code where old objects are being used. The tests may not find all usages. Enabling the protected-access in the next PR eases the update.

S3v3ru5 commented 1 year ago

Builds on #172