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

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 28 02:00:17 PDT 2018


JonasToth added a comment.

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


https://reviews.llvm.org/D27621





More information about the cfe-commits mailing list