[clang-tools-extra] [clang-tidy] Add readability-constant-operand-order check (PR #167158)

via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 8 09:08:50 PST 2025


================
@@ -226,6 +226,11 @@ New checks
   Finds virtual function overrides with different visibility than the function
   in the base class.
 
+- New :doc:`readability-constant-operand-order
+  <clang-tidy/checks/readability/constant-operand-order>` check.
+
+  FIXME: Write a short description.
----------------
EugeneZelenko wrote:

Missing one sentence description.

https://github.com/llvm/llvm-project/pull/167158


More information about the cfe-commits mailing list