[all-commits] [llvm/llvm-project] 1a8934: Enforce an EdgeSet (implemented as a map) invarian...

Ziqing Luo via All-commits all-commits at lists.llvm.org
Fri Jun 5 17:51:21 PDT 2026


  Branch: refs/heads/users/ziqingluo/PR-178747892
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a893407a0b5d6cfa30e6fdba15195c38a7d6cca
      https://github.com/llvm/llvm-project/commit/1a893407a0b5d6cfa30e6fdba15195c38a7d6cca
  Author: Ziqing Luo <ziqing_luo at apple.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M clang/lib/ScalableStaticAnalysisFramework/Analyses/PointerFlow/PointerFlowExtractor.cpp
    M clang/unittests/ScalableStaticAnalysisFramework/Analyses/PointerFlow/PointerFlowTest.cpp

  Log Message:
  -----------
  Enforce an EdgeSet (implemented as a map) invariant: each map entry
represents at least one edge.  That is, a map key should not exist if
the corresponding value is empty.



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