[clang-tools-extra] [clang-tidy]bugprone-unused-return-value ignore `++` and `--` operator overloading (PR #84922)
Julian Schmidt via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 14 08:17:17 PDT 2024
https://github.com/5chmidti commented:
Should this check really ignore postfix increment/decrement? Or maybe this check ignores it and a new check diagnoses `it++` vs `++it` (where possible). What are your thoughts on this?
https://github.com/llvm/llvm-project/pull/84922
More information about the cfe-commits
mailing list