[cfe-dev] clang-{modernize,tidy} service for github repositories?
Richard
legalize at xmission.com
Sat Dec 6 09:46:59 PST 2014
Has anyone considered making clang-modernize/clang-tidy available
as a service for github repositories?
I was thinking something where you authorize the service to use your
repository, similar to the way <http://travis-ci.org> is authorized.
Then you can go to a web form and pick the transformations you'd like
to have clang-modernize run (or clang-tidy or whatever) and then it
generates a pull request with the changes.
I'm always trying think of ways to make refactoring for C++ more
available :-).
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
The Terminals Wiki <http://terminals.classiccmp.org>
Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>
More information about the cfe-dev
mailing list