[PATCH] D65919: [clang-tidy] Add llvm-prefer-register-over-unsigned check and apply it to LLVM
Daniel Sanders via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 29 20:10:05 PDT 2019
dsanders added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/llvm/LLVMTidyModule.cpp:32-33
+ "llvm-prefer-register-over-unsigned");
+ CheckFactories.registerCheck<readability::NamespaceCommentCheck>(
+ "llvm-namespace-comment");
CheckFactories.registerCheck<TwineLocalCheck>("llvm-twine-local");
----------------
aaron.ballman wrote:
> Spurious change that moved `llvm-namespace-comment` to be out of alphabetical order?
Oops, not sure what happened there. I think I rolled it back to one of the earlier revisions somehow
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65919/new/
https://reviews.llvm.org/D65919
More information about the cfe-commits
mailing list