================ @@ -0,0 +1,31 @@ +.. title:: clang-tidy - bugprone-std-exception-baseclass + +bugprone-std-exception-baseclass +================================ + +Ensure that every value that in a ``throw`` expression is an instance of +``std::exception``. + +Exception types should inherit from ``std::exception`` so they can be ---------------- vbvictor wrote:
Please use lines up to 80 chars https://github.com/llvm/llvm-project/pull/183474 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
