semgrep / pfff

pfff is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code.
https://semgrep.dev
Other
186 stars 29 forks source link

[C++] remove TBase #479

Closed aryx closed 3 years ago

aryx commented 3 years ago

TBase has been deprecated in favor of TPrimitive and the more general TSized

test plan: make

Security