[clang-tools-extra] [clang-tidy] Add new check bugprone-tagged-union-member-count (PR #89925)
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 24 08:40:46 PDT 2024
================
@@ -129,6 +129,12 @@ New checks
Replaces certain conditional statements with equivalent calls to
``std::min`` or ``std::max``.
+- New :doc:`bugprone-tagged-union-member-count
----------------
PiotrZSL wrote:
move to line 119, keep in alphabetical order
https://github.com/llvm/llvm-project/pull/89925
More information about the cfe-commits
mailing list