[all-commits] [llvm/llvm-project] 4675f2: [clang-tidy] detect arithmetic operations within m...

David Rivera via All-commits all-commits at lists.llvm.org
Sat May 24 10:15:57 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4675f2287cc6a530102759ba548558f525ed0423
      https://github.com/llvm/llvm-project/commit/4675f2287cc6a530102759ba548558f525ed0423
  Author: David Rivera <davidriverg at gmail.com>
  Date:   2025-05-24 (Sat, 24 May 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/test/clang-tidy/checkers/modernize/use-default-member-init.cpp

  Log Message:
  -----------
  [clang-tidy] detect arithmetic operations within member list initialization in modernize-use-default-member-init check (#129370)

This aims to address a portion of #122480 by adding matchers on binary
operators. **This allows the detection of explicit arithmetic operations
within initializers.**



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