> Below is what I have, what other syntax is also supported? Here are some more from the test suite:
function: finds function declarations callers: finds call sites of a function called-by: finds all the functions called by a specific function +function: finds matches to a specific signature (I think). Example: +function:ConstOverload::foo() or +function:"ConstOverload::foo() const" +var:prototype_parameter_function(int)::prototype_parameter +var-ref:prototype_parameter_function(int)::prototype_parameter find variables of some kind or other +macro-ref: finds references to a macro member: finds members of a class +type: finds typedefs +type-ref: finds uses of a type Erik _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
