[clang-tools-extra] Add check 'modernize-use-enum-class' (PR #138282)
Philipp Jung via cfe-commits
cfe-commits at lists.llvm.org
Fri May 9 11:47:47 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
----------------
JungPhilipp wrote:
Done
https://github.com/llvm/llvm-project/pull/138282
More information about the cfe-commits
mailing list