cisco-open / llvm-crash-analyzer

llvm crash analysis
Apache License 2.0
40 stars 17 forks source link

About analyis result output format #11

Open Enna1 opened 2 years ago

Enna1 commented 2 years ago

Hi!

I noticed currently we directly print a lot of debug info or analysis results(e.g. blame function, potential-crash-cause-loc) to stdout or stderr using outs() and errs(). Is there any plan about supporting print analysis result(blame function, potential-crash-cause-loc, etc) using a structural output format like json?

Thanks!