https://github.com/vbvictor commented:

After looking at the rule, I think we should place in "modernize" category: 
`modernize-avoud-setjmp-longjmp`. "bugprone" checks in general are expected to 
give only warnings for real problems: `setjmp` can be perfectly fine but it's 
not how exceptions should be modelled in C++, hence "modernize" category.

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

Reply via email to