tidy - misc-no-recursion — Extra Clang Tools 22.0.0git documentation (original) (raw)

Finds strongly connected functions (by analyzing the call graph for SCC’s (Strongly Connected Components) that are loops), diagnoses each function in the cycle, and displays one example of a possible call graph loop (recursion).

References:

Limitations