This is an archive of the discontinued LLVM Phabricator instance.

[scan-build-py] merge runner module to analyzer
ClosedPublic

Authored by rizsotto.mailinglist on Mar 22 2017, 3:38 AM.

Details

Summary

It's a chunk from D26390

Earlier the analyzer module was a fat module. With the recent changes it got slim, so it's a good chance to put together the static analyzer related logic into the same module. Which will require the reader less switching between modules.
This is the last big code moves. And there were no code change only moves.

Diff Detail

Repository
rL LLVM

Event Timeline

dcoughlin accepted this revision.Apr 5 2017, 8:25 PM

Looks good to me! Sorry for the delay in reviewing.

tools/scan-build-py/libscanbuild/analyze.py
98 ↗(On Diff #92614)

I appreciate the rename here!

This revision is now accepted and ready to land.Apr 5 2017, 8:25 PM
This revision was automatically updated to reflect the committed changes.
cfe/trunk/tools/scan-build-py/tests/unit/test_analyze.py