[all-commits] [llvm/llvm-project] 39bc05: [analyzer] Conversion to CheckerFamily: MallocChec...

Donát Nagy via All-commits all-commits at lists.llvm.org
Tue Jul 8 06:56:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39bc0529b018a89b4b6a21aaabe240cd3a65c44d
      https://github.com/llvm/llvm-project/commit/39bc0529b018a89b4b6a21aaabe240cd3a65c44d
  Author: Donát Nagy <donat.nagy at ericsson.com>
  Date:   2025-07-08 (Tue, 08 Jul 2025)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
    M clang/lib/StaticAnalyzer/Checkers/NoOwnershipChangeVisitor.h
    M clang/test/Analysis/new.cpp
    A clang/test/Analysis/test-member-invalidation.cpp

  Log Message:
  -----------
  [analyzer] Conversion to CheckerFamily: MallocChecker (#147080)

This commit converts MallocChecker to the new checker family framework
that was introduced in the recent commit
6833076a5d9f5719539a24e900037da5a3979289 -- and gets rid of some awkward
unintended interactions between the checker frontends.



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