[PATCH] D110493: [clang-tidy] Fix bug 51790 in readability-uppercase-literal-suffix
Carlos Galvez via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 26 03:08:32 PDT 2021
carlosgalvezp added a comment.
I personally think this fix should happen when doing the match, not when analyzing the matches. This is my first patch to LLVM and I'm not knowledgeable in AST so I don't really know how to go about that :) Please come with suggestions if there's a better way to do this!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110493/new/
https://reviews.llvm.org/D110493
More information about the llvm-commits
mailing list