[PATCH] D143837: [llvm] Deprecate llvm::count{Leading,Trailing}{Zeros,Ones} and llvm::countPopulation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 11 22:09:39 PST 2023
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Clang diagnostics do not use capitalization or have a trailing period (https://llvm.org/docs/CodingStandards.html#error-and-warning-messages). Conforming to that style will be better, though I do not really care whether it's capitalized or not.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143837/new/
https://reviews.llvm.org/D143837
More information about the llvm-commits
mailing list