[cfe-dev] clang-based auto-modernizer

Stephen Kelly via cfe-dev cfe-dev at lists.llvm.org
Sat Mar 19 11:06:22 PDT 2016


Hi,

I wrote a clang-based tool to port C++ code to use auto extensively (the 
clang-tidy check is far to conservative).

I wrote about it here:

 https://steveire.wordpress.com/2016/03/19/aaargh

and the result of running it on QtBase (for exposition only) is here:

 https://github.com/steveire/qtbase/commits/aaa

Thanks,

Steve.






More information about the cfe-dev mailing list