================
@@ -2915,6 +2918,43 @@ class LifetimeSafetyReporterImpl : public
LifetimeSafetyReporter {
} // namespace
} // namespace clang::lifetimes
+class CallGraphBuilder : public clang::RecursiveASTVisitor<CallGraphBuilder> {
----------------
Xazax-hun wrote:
Is there any reason we couldn't use `CallGraph::addToCallGraph`? My
understanding is that it should visit the bodies and collect the call
expressions.
https://github.com/llvm/llvm-project/pull/174178
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits