[PATCH] D106431: [clang-tidy] Fix cppcoreguidelines-init-variables by removing the enum FixIt, and add support for initialization check of scoped enum.

gehry via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 30 07:44:26 PDT 2021


Sockke added a comment.

In D106431#2916551 <https://reviews.llvm.org/D106431#2916551>, @whisperity wrote:

> In D106431#2916542 <https://reviews.llvm.org/D106431#2916542>, @Sockke wrote:
>
>> Cheers! Can it be merged? @aaron.ballman
>
> Yes, but I think the patch needs to be rebased first as the pre-merge checks CI system said "patch application failed". Do you have commit access? If not, could you please specify the username and e-mail (the values of Git config variable `user.name` and `user.email`) you would like to have associated with the commit?

Thanks a lot!

Name: liuke
Email: liuke.gehry at bytedance.com


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

https://reviews.llvm.org/D106431



More information about the cfe-commits mailing list