================
@@ -55,8 +55,6 @@ class HICPPModule : public ClangTidyModule {
         "hicpp-braces-around-statements");
     CheckFactories.registerCheck<modernize::DeprecatedHeadersCheck>(
         "hicpp-deprecated-headers");
-    CheckFactories.registerCheck<ExceptionBaseclassCheck>(
----------------
zeyi2 wrote:

I think we shouldn't remove the check for now (we haven't decided the removal 
of `hicpp` module for now), so it would be better to register:
```suggestion
    CheckFactories.registerCheck<bugprone::ExceptionBaseclassCheck>(
```

https://github.com/llvm/llvm-project/pull/183474
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to