================ ---------------- 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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
