<div dir="ltr">hello clang clan,<div><br></div><div>  I'm getting started with checkers and I have one in mind that I don't see a good way to implement.</div><div><br></div><div>The idea is to find all uses of putenv and replace them w/ setenv. This requires analyzing the argument to discover constant parts in it (setenv require a separate variable name). It also require to check that the argument is not modified (or such modifications need also to be replaces w/ setenvs).</div><div><br></div><div>Is there a way to use the fixit infrastructure together with the static analyzer?</div><div>If so, is it possible to make multiple changes part of the same fixit?</div><div>What would be the recommended way of proceeding in this case? any similar checks/analysis I can take a look at?</div><div><br></div><div>Thanks a lot,</div><div><br></div><div><br></div><div>       Maurizio</div></div>