[clang-tools-extra] Add check 'modernize-use-enum-class' (PR #138282)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Fri May 9 09:44:44 PDT 2025


================
@@ -136,6 +136,11 @@ New checks
   Finds potentially erroneous calls to ``reset`` method on smart pointers when
   the pointee type also has a ``reset`` method.
 
+- New :doc:`cppcoreguidelines-use-enum-class
----------------
vbvictor wrote:

Please make in alphabetical order

https://github.com/llvm/llvm-project/pull/138282


More information about the cfe-commits mailing list