https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/110947
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nikic approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/110947
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/110947.diff
1 Files Affected:
- (modified) clang/lib/AST/ASTContext.cpp (-2)
``diff
diff --git a/clang/lib/AST/ASTContext.cpp b/cl
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/110947
None
>From 75622baf2f2bb12c46ca501f1f9b26afa0503e6b Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Wed, 2 Oct 2024 06:59:47 -0700
Subject: [PATCH] [AST] Avoid repeated hash lookups (NFC)
---
clang/li