[PATCH] D68539: [clang-tidy] fix for readability-identifier-naming incorrectly fixes variables which become keywords

Daniel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 01:42:23 PDT 2019


Daniel599 added a comment.

In D68539#1696864 <https://reviews.llvm.org/D68539#1696864>, @MyDeveloperDay wrote:

> I logged the original bug and I like it!
>
> I think the warning is better than mutating with a prefix, Thank you.
>
> I'll let the code owners approve it, but you have my vote!


glad to hear it :)
I saw this issue when I submitted mine (https://bugs.llvm.org/show_bug.cgi?id=43306) which for now seems to be a harder fix, still looking for solution there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68539





More information about the cfe-commits mailing list