[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 08:49:43 PDT 2025
================
@@ -0,0 +1,58 @@
+// RUN: %check_clang_tidy -std=c++17-or-later %s modernize-use-enum-class %t
----------------
JungPhilipp wrote:
Done
https://github.com/llvm/llvm-project/pull/138282
More information about the cfe-commits
mailing list