IamYJLee wrote: > I'd actually what to have this check named `bugprone-std-exception-baseclass` > because we can only have `std::exception` as base(not any other). > > On the other hand, some projects could use their own exception hierarchy > without `std` namespace... so it'a tricky question. But I'm still leaning > toward specifying `std` in name
In this case, I think adding the 'std' prefix is acceptable. https://github.com/llvm/llvm-project/pull/183474 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
