I am looking for a tool to search through code, not on keywords but on certain types of expressions.
e.g. find a statement where two floats are compared
float x = getSomeFloatValue();
float y = getSomeOtherFloatValue();
// We want to search for the following comparison
if (x == y) { // do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.