[PATCH] D12473: [clang-tidy] Add old style function check

Piotr Dziwinski via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 6 15:05:16 PST 2015


piotrdz abandoned this revision.
piotrdz added a comment.

@alexfh: Ah, I forgot about this review. I will mark it as abandoned, because I have already started work on new check for localizing variables. It will have the wider scope that Eugene proposed originally, that is to move variable declarations closer to their first use. If you're curious how the code looks, you can see it on my Github fork: https://github.com/piotrdz/clang-tools-extra, as I said in discussion on cfe-dev some time ago. I will submit this new check in a new review once I finish it.


http://reviews.llvm.org/D12473





More information about the cfe-commits mailing list