[clang] [AST] Avoid repeated hash lookups (NFC) (PR #126461)

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

[clang] [AST] Avoid repeated hash lookups (NFC) (PR #126461)

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

[clang] [AST] Avoid repeated hash lookups (NFC) (PR #126461)

2025-02-09 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Kazu Hirata (kazutakahirata) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/126461.diff 1 Files Affected: - (modified) clang/lib/AST/RawCommentList.cpp (+4-4) ``diff diff --git a/clang/lib/AST/RawCommentLis

[clang] [AST] Avoid repeated hash lookups (NFC) (PR #126461)

2025-02-09 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/126461 None >From 38fe282d1e50b35d46ec368b86edba58e1898090 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 9 Feb 2025 13:54:03 -0800 Subject: [PATCH] [AST] Avoid repeated hash lookups (NFC) --- clang/li