[clang] [TableGen] Avoid repeated map lookups (NFC) (PR #124448)

Nikita Popov via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 26 01:10:00 PST 2025


https://github.com/nikic commented:

Can't this use DenseSet<StringRef>? It looks like the names here live for the lifetime of the set.

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


More information about the cfe-commits mailing list