clang
15.0.0git
|
Adds a ReturnVisitor if the given statement represents a call that was inlined. More...
Adds a ReturnVisitor if the given statement represents a call that was inlined.
This will search back through the ExplodedGraph, starting from the given node, looking for when the given statement was processed. If it turns out the statement is a call that was inlined, we add the visitor to the bug report, so it can print a note later.
Definition at line 2250 of file BugReporterVisitors.cpp.