[clang-tools-extra] r215839 - First version of a clang-rename tool.
Rafael Avila de Espindola
rafael.espindola at gmail.com
Sun Aug 17 12:58:00 PDT 2014
Sent from my iPhone
> On Aug 17, 2014, at 14:00, Manuel Klimek <klimek at google.com> wrote:
>
> Author: klimek
> Date: Sun Aug 17 13:00:59 2014
> New Revision: 215839
>
> URL: http://llvm.org/viewvc/llvm-project?rev=215839&view=rev
> Log:
> First version of a clang-rename tool.
>
> Summary:
> Note that this code is still grossly under-tested - the next steps will
> be to add significantly better test coverage.
>
Please use lit tests. Filecheck is fine, a -verify would be awesome. Please just stay away from clang-format like mega gtest files.
Cheers,
Rafael
More information about the cfe-commits
mailing list