================ @@ -115,6 +115,11 @@ New checks Gives warnings for tagged unions, where the number of tags is different from the number of data members inside the union. +- New :doc:`modernize-use-enum-class + <clang-tidy/checks/modernize/use-enum-class>` check. + + Finds plain non-class enum definitions that could use ``enum class``. ---------------- vbvictor wrote:
```suggestion Finds plain non-class `enum` definitions that could use ``enum class``. ``` https://github.com/llvm/llvm-project/pull/138282 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits