[clang] [Sema] Avoid repeated hash lookups (NFC) (PR #109375)

Kazu Hirata via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 20 07:54:37 PDT 2024


kazutakahirata wrote:

> Hm, why does this wrapper exist at all? It looks like a trivial wrapper that doesn't add or change any DenseMap functionality.

I was wondering about the same thing.  Let me get rid of the wrapper in a subsequent patch.

https://github.com/llvm/llvm-project/pull/109375


More information about the cfe-commits mailing list