There is no output when I use command clang -cc1 -analyze -analyzer-checker=debug.ViewExplodedGraph test.c to dump the ExplodedGraph of test.c #53873
Closed
Description
When I use this command, shell output is Warning: viewing graph requires assertions, What does that means? And there is no any .dot file output. What should I do to view the ExplodedGraph of test.c.
The LLVM version I use is 12.0.0,I directly downloaded the released package instead of compiling from source code, the graphviz version I use is 2.40.1.
Activity