[clang-tools-extra] [clang-tidy] Address false positives in misc-redundant-expression checker (PR #122841)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 07:10:46 PST 2025
================
@@ -290,7 +290,7 @@ Changes in existing checks
- Improved :doc:`misc-redundant-expression
<clang-tidy/checks/misc/redundant-expression>` check by extending the
checker to detect floating point and integer literals in redundant
- expressions.
+ expressions. Some macro related false positives had been removed.
----------------
EugeneZelenko wrote:
```suggestion
expressions. Some macro related false positives had been fixed.
```
https://github.com/llvm/llvm-project/pull/122841
More information about the cfe-commits
mailing list