I have a fellow engineer what would like to use clang to generate call graphs for his program using: -analyze -analyzer-checker=ViewCallGraph Can someone tell me if the call graphs are limited to the scope of a translation unit or will clang produce something for the entire program? Chad