================ @@ -97,6 +97,12 @@ Improvements to clang-tidy New checks ^^^^^^^^^^ +- New :doc:`bugprone-errno-comparison + <clang-tidy/checks/bugprone/errno-comparison>` check. + + Flags comparisons of ``errno`` against an integer literal, which is not ---------------- EugeneZelenko wrote:
Please synchronize with first statement in documentation. https://github.com/llvm/llvm-project/pull/210548 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
