================ @@ -337,6 +337,10 @@ Changes in existing checks <clang-tidy/checks/readability/duplicate-include>` check by excluding include directives that form the filename using macro. +- Improved :doc:`readability-else-after-return + <clang-tidy/checks/readability/else-after-return>` check to ignore + `consteval if` condition, where need to retain the else statement. ---------------- SimplyDanny wrote:
```suggestion `if consteval` statements, for which the `else` branch must not be removed. ``` https://github.com/llvm/llvm-project/pull/91588 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits