Dumping graphs instead of opening them is often very useful, e.g. for transfer or converting to SVG. Basic sanity check for generated exploded graphs.
Details
Details
- Reviewers
dcoughlin NoQ - Commits
- rGc704f4fbd0a4: [analyzer] Provide an option to dump generated exploded graphs to a given file.
rL343352: [analyzer] Provide an option to dump generated exploded graphs to a given file.
rC343352: [analyzer] Provide an option to dump generated exploded graphs to a given file.
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
This flag is much better than the old one, and i appreciate tests for dumps because we're finally getting our dumps better, and they're easy to break.
I suspect we might need to disable the test in no-asserts builds.