earnol wrote: I do not think `bugprone-chained-comparison` can be removed at this point. Please look into example line 11: https://godbolt.org/z/TTxrb1WcG. Please notice that not all issues highlighted by `bugprone-chained-comparison` are detected by `warn_consecutive_comparision`. Thus i believe `bugprone-chained-comparison` cannot be removed without additional improvements of `warn_consecutive_comparision`.
https://github.com/llvm/llvm-project/pull/128145 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits