[PATCH] D157428: [clang-tidy] `readability-implicit-bool-conversion.AllowIntegerConditions` ignores `DoStmt`s
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 8 13:33:42 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:199-202
+- Improved :doc:`readability-implicit-bool-conversion
+ <readability-implicit-bool-conversion>` check to take do-while loops into
+ account for the ``AllowIntegerConditions`` and ``AllowPointerConditions``
+ options.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157428/new/
https://reviews.llvm.org/D157428
More information about the cfe-commits
mailing list