[all-commits] [llvm/llvm-project] d211ab: [clang-tidy] Ignore non-math operators in readabil...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Sun Jun 9 00:02:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d211abc625cc7bbc8616885bb8eaf4a69a9a3853
      https://github.com/llvm/llvm-project/commit/d211abc625cc7bbc8616885bb8eaf4a69a9a3853
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2024-06-09 (Sun, 09 Jun 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/readability/MathMissingParenthesesCheck.cpp
    M clang-tools-extra/test/clang-tidy/checkers/readability/math-missing-parentheses.cpp

  Log Message:
  -----------
  [clang-tidy] Ignore non-math operators in readability-math-missing-parentheses (#94654)

Do not emit warnings for non-math operators.

Closes #92516



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list