[clang] [AST] Avoid repeated set lookups (NFC) (PR #112155)

2024-10-14 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/112155 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AST] Avoid repeated set lookups (NFC) (PR #112155)

2024-10-14 Thread Nikita Popov via cfe-commits
https://github.com/nikic approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/112155 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [AST] Avoid repeated set lookups (NFC) (PR #112155)

2024-10-13 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/112155.diff 1 Files Affected: - (modified) clang/lib/AST/InheritViz.cpp (+1-2) ``diff diff --git a/clang/lib/AST/InheritViz.cpp b/

[clang] [AST] Avoid repeated set lookups (NFC) (PR #112155)

2024-10-13 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/112155 None >From d484b61db4ac1645358faa30962d406413f0714b Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 13 Oct 2024 07:42:03 -0700 Subject: [PATCH] [AST] Avoid repeated set lookups (NFC) --- clang/li