[PATCH] D134592: [clang-tidy] Add option to control floating point binary operators in readability-simplify-boolean-expr

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 25 07:33:13 PDT 2022


njames93 added inline comments.


================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:155
+
+  Added an option SafeFloatComparisons to control negating binary operators 
+  with floating point operands.
----------------
Eugene.Zelenko wrote:
> Please enclose `SafeFloatComparisons` into single back-ticks.
It would be nice if it were possible to link to the actual option documentation, but I dont think rst supports those kinds of links.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134592



More information about the cfe-commits mailing list