[PATCH] D65919: [clang-tidy] Add llvm-prefer-register-over-unsigned check and apply it to LLVM

Daniel Sanders via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 8 11:12:04 PDT 2019


dsanders added a comment.

In D65919#1621477 <https://reviews.llvm.org/D65919#1621477>, @Eugene.Zelenko wrote:

> I think patch should be split at least on Clang-tidy check and results of its run on LLVM code. Probably per-target patches is even better solution.


I've split the LLVM changes out into D65962 <https://reviews.llvm.org/D65962>. I expect it will be split up further for commit purposes if nothing else but I've kept it in a single review for now.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65919/new/

https://reviews.llvm.org/D65919





More information about the cfe-commits mailing list