Szelethus added a comment.

In D77809#1972232 <https://reviews.llvm.org/D77809#1972232>, @martong wrote:

> There must be a way to dump the CFG. Perhaps you could add a test that dumps 
> the CFG of a given source and then by using `FileCheck` we could see the 
> exact feature that is missing.


`debug.DumpCFG` to the rescue!

  $ clang -cc1 -analyzer-checker-help-developer | grep "debug.DumpCFG"
    debug.DumpCFG                 Display Control-Flow Graphs


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77809/new/

https://reviews.llvm.org/D77809



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to