[all-commits] [llvm/llvm-project] ce9aab: [SSAF][WPA] Operator new/delete overload entities ...

Ziqing Luo via All-commits all-commits at lists.llvm.org
Wed Jul 8 15:44:01 PDT 2026


  Branch: refs/heads/users/ziqingluo/PR-179151541
  Home:   https://github.com/llvm/llvm-project
  Commit: ce9aabef2e9c13b1d1189c2ef80aa771caec43b1
      https://github.com/llvm/llvm-project/commit/ce9aabef2e9c13b1d1189c2ef80aa771caec43b1
  Author: Ziqing Luo <ziqing_luo at apple.com>
  Date:   2026-07-08 (Wed, 08 Jul 2026)

  Changed paths:
    M clang/include/clang/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointers.h
    M clang/include/clang/ScalableStaticAnalysis/BuiltinAnchorSources.def
    M clang/lib/ScalableStaticAnalysis/Analyses/CMakeLists.txt
    A clang/lib/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointers.cpp
    R clang/lib/ScalableStaticAnalysis/Analyses/OperatorNewDelete/OperatorNewDeletePointersExtractor.cpp
    A clang/test/Analysis/Scalable/OperatorNewDelete/Inputs/tu-summary-bad-id.json
    A clang/test/Analysis/Scalable/OperatorNewDelete/Inputs/tu-summary-no-key.json
    A clang/test/Analysis/Scalable/OperatorNewDelete/Inputs/tu-summary.json
    A clang/test/Analysis/Scalable/OperatorNewDelete/Inputs/wpa-result-bad-id.json
    A clang/test/Analysis/Scalable/OperatorNewDelete/Inputs/wpa-result-empty.json
    A clang/test/Analysis/Scalable/OperatorNewDelete/Inputs/wpa-result-no-key.json
    A clang/test/Analysis/Scalable/OperatorNewDelete/operator-new-delete.cpp
    A clang/test/Analysis/Scalable/OperatorNewDelete/tu-summary-serialization.test
    A clang/test/Analysis/Scalable/OperatorNewDelete/wpa-result-serialization.test

  Log Message:
  -----------
  [SSAF][WPA] Operator new/delete overload entities that shall retain their types

A follow-up change to #206600.  This commit adds the WPA
implementation for those operator new/delete overload entities that
shall retain their types.  This WPA result will later be used to
filter unsafe buffer analysis results.

rdar://179151541



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