[PATCH] D72553: [clang-tidy] Add performance-prefer-preincrement check
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 20 12:11:36 PST 2020
njames93 added a comment.
Running this over llvm with only clang and clang-tools-extra enabled this <https://gist.github.com/njames93/2e3f8be6fca8356b9ec12abf7e2a68a8> was the output. ninja check-all ran successfully with no errors. Didn't try transform `TransformCxxOpCalls` or `TransformDependentType` as they can be more dangerous
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72553/new/
https://reviews.llvm.org/D72553
More information about the cfe-commits
mailing list