[PATCH] D22622: [analyzer] Add more info to exploded graph dumps
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 08:33:01 PDT 2016
zaks.anna added a comment.
Great!
How does this work when a path spans multiple files, specifically, when the definitions from a header file are inlined? We could add file names but only in cases the file name does not match the main file.
> and hard to navigate (especially when using a specialized .dot-file viewer like xdot - i found it
> much more comfortable to convert the file to .svg and view in a web browser
This is not something that the patch addresses. Feel free to add a patch to the checker developer manual with instructions for this.
https://reviews.llvm.org/D22622
More information about the cfe-commits
mailing list