[clang-tools-extra] r215839 - First version of a clang-rename tool.

Sean Silva chisophugis at gmail.com
Mon Aug 18 14:20:13 PDT 2014


On Sun, Aug 17, 2014 at 3:06 PM, Manuel Klimek <klimek at google.com> wrote:

>
>
> On Sun Aug 17 2014 at 11:43:39 PM Rafael EspĂ­ndola <
> rafael.espindola at gmail.com> wrote:
>
>> > Note that we do want to migrate (most of) clang-format's tests to lit
>> tests
>> > (because most of them are integration tests), but that's a different
>> topic.
>>
>> Well, that was the topic of my reply :-)
>>
>> When gtest is appropriate, do use it. My request was just to not build
>> another large test set that we want to migrate in the future.
>>
>
> Then we agree! :) Please give specific feedback if you see a gtest test
> that you think should be a lit test!
>
>

In this case, it seems like you should write a unit test for the routine
that uses the offsets to actually do the renaming. Then you can write this
test as a lit test that checks that the relevant things get renamed.

Also, why are we committing code that is "grossly under-tested" in the
first place? (sorry if this was discussed in another thread)

-- Sean Silva


>
>> Cheers,
>> Rafael
>>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140818/871bb809/attachment.html>


More information about the cfe-commits mailing list