<div dir="ltr">Hello everyone,<br><br>In my checker I am analyzing the LocationContext object to get the chain of functions which were called up to the current program point (similar to what LocationContext::dumpStack() does).<br>Of course, when analyzing a single source file, the chain contains only local functions.<br><br>But is there a way to get the _whole_ (global) chain?<br><br>I know there is a patch for cross translational unit analysis (<a href="https://reviews.llvm.org/D30691">https://reviews.llvm.org/D30691</a>) but I still have't been able to dump the whole stack.<br><br>Thanks, Tom</div>