[PATCH] D27621: [clang-tidy] check to find declarations declaring more than one name

Firat Kasmis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 10 03:05:13 PDT 2018


firolino added a comment.

In https://reviews.llvm.org/D27621#1248849, @JonasToth wrote:

> Hi @firolino,
>  I implemented a less general version of you check https://reviews.llvm.org/D51949 as I wanted to achieve a slightly different goal (and this revision seems to be abonded). My aim is to have general transformation capabilities to separate declarations (variables for now, as these refactorings are most important) that can isolate single variables, or split whole declarations.
>
> I used parts of your test-suite as it is very complete. If you plan to continue working on this check, I'd propose to include it into the other (right now almost) finished version.
>
> My Best, Jonas


Thanks for the information. Looking forward to your final patch!


https://reviews.llvm.org/D27621





More information about the cfe-commits mailing list