[clang-tools-extra] [clang-tidy] New checker: modernize.use-std-bit to detect std::has_one_bit idiom (PR #185435)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 9 09:21:58 PDT 2026
================
@@ -0,0 +1,17 @@
+.. title:: clang-tidy - modernize-use-std-bit
+
+modernize-use-std-bit
+=====================
+
+Find common idioms which can be replaced by standrad functions from the
----------------
EugeneZelenko wrote:
```suggestion
Find common idioms which can be replaced by standard functions from the
```
https://github.com/llvm/llvm-project/pull/185435
More information about the cfe-commits
mailing list