[cfe-dev] How to implement "--fix" for a checker in Static Analyzer?
Aditya K
hiraditya at msn.com
Sun Mar 29 07:20:38 PDT 2015
----------------------------------------
> From: hiraditya at msn.com
> To: cfe-dev at cs.uiuc.edu
> Subject: [cfe-dev] How to implement "--fix" for a checker in Static Analyzer?
> Date: Sun, 29 Mar 2015 14:16:53 +0000
>
> I think you need to implement it as a flag (in the clang front end) and pass it to the clang analyzer.
> scan-build is just a wrapper so you have to implement another flag for this and invoke the analyzer with --fix flag.
>
> Let me know if you need any more help on this.
>
> -Aditya
>
>
More information about the cfe-dev
mailing list