[all-commits] [llvm/llvm-project] 3f8922: [libc++] Clang-tidy operator& hijacker.

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Mar 18 10:20:52 PDT 2025


  Branch: refs/heads/users/mordante/operator_hijacking_clang-tidy
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f892227df166d56f408b9f502233a3670619e2d
      https://github.com/llvm/llvm-project/commit/3f892227df166d56f408b9f502233a3670619e2d
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
    M libcxx/test/tools/clang_tidy_checks/libcpp_module.cpp
    A libcxx/test/tools/clang_tidy_checks/robust_against_operator_ampersand.cpp
    A libcxx/test/tools/clang_tidy_checks/robust_against_operator_ampersand.hpp

  Log Message:
  -----------
  [libc++] Clang-tidy operator& hijacker.

Guards against introducing new places where operator& depends on a
template type.


  Commit: bc68ee10bf7f6109bb3a8fd850365eafbd4d29ac
      https://github.com/llvm/llvm-project/commit/bc68ee10bf7f6109bb3a8fd850365eafbd4d29ac
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M libcxx/test/libcxx/clang_tidy.gen.py
    M libcxx/test/tools/clang_tidy_checks/robust_against_operator_ampersand.cpp
    M libcxx/test/tools/clang_tidy_checks/robust_against_operator_ampersand.hpp

  Log Message:
  -----------
  Addresses review comments.


Compare: https://github.com/llvm/llvm-project/compare/c40bf19cc6b9...bc68ee10bf7f

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