[PATCH] D84898: [clang-tidy] Add new checker for complex conditions with no meaning

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 30 08:27:31 PDT 2020


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:75
+
+  Finds complex conditions using `<`, `>`, `<=`, and `>=` that could be
+  interpreted ambiguously.
----------------
Double back-ticks, not single ones.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-complex-conditions.rst:6
+
+Finds complex conditions using `<`, `>`, `<=`, and `>=` that could be
+interpreted ambiguously.
----------------
Double back-ticks, not single ones.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84898/new/

https://reviews.llvm.org/D84898



More information about the cfe-commits mailing list