[PATCH] D96607: [clang-tidy] Add check 'readability-pointer-type-star-placement'.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 1 04:02:47 PST 2021
balazske abandoned this revision.
balazske added a comment.
Checks about code formatting are likely not to be accepted. Formatting can be done in external tool and is not subject for checks. The difference is that it is not possible to format separately for one rule only (with clang-format). But the better option should be to format the whole code instead of parts of it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96607/new/
https://reviews.llvm.org/D96607
More information about the cfe-commits
mailing list