================ @@ -0,0 +1,35 @@ +.. title:: clang-tidy - cppcoreguidelines-use-enum-class + +cppcoreguidelines-use-enum-class +================================ + +Finds unscoped (non-class) ``enum`` declarations and suggests using +``enum class`` instead. + +This check implements `Enum.3 ---------------- vbvictor wrote:
Going through more examples, I see that most of `cppcoreguidelines-pro-type` checks and a couple of others have link in the end, but others tend to have up front. I genuinely prefer it up front because it's helpful to go to core-guideline after reading a brief description of the check. 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