[clang] [llvm] [mlir] [ADT] Give DenseMapPair its own members instead of a std::pair base. NFC (PR #221853)

Kazu Hirata via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 7 19:53:30 PDT 2026


================

----------------
kazutakahirata wrote:

If you have to break up `Summary`, may I suggest structured bindings?  Note that `Summary.getSecond()` appears a few lines below:
```
for (auto &[GUID, GVS] : M.second) {
  Callback({GUID, GVS}, false);
```


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


More information about the cfe-commits mailing list