[clang] [clang][dataflow][NFC] Remove double lookup (PR #125282)

2025-01-31 Thread Balazs Benics via cfe-commits
https://github.com/steakhal closed https://github.com/llvm/llvm-project/pull/125282 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][dataflow][NFC] Remove double lookup (PR #125282)

2025-01-31 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata approved this pull request. LGTM. Thanks! https://github.com/llvm/llvm-project/pull/125282 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][dataflow][NFC] Remove double lookup (PR #125282)

2025-01-31 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Balazs Benics (steakhal) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/125282.diff 1 Files Affected: - (modified) clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp (+3-2) ``diff diff --git a/cl

[clang] [clang][dataflow][NFC] Remove double lookup (PR #125282)

2025-01-31 Thread Balazs Benics via cfe-commits
https://github.com/steakhal created https://github.com/llvm/llvm-project/pull/125282 None >From 35f531c01029576c090f00e0de1404250dea16d3 Mon Sep 17 00:00:00 2001 From: Balazs Benics Date: Fri, 31 Jan 2025 21:09:12 +0100 Subject: [PATCH] [clang][dataflow][NFC] Remove double lookup --- clang/l