================ @@ -39,12 +39,13 @@ using namespace llvm; namespace { class DiagGroupParentMap { - RecordKeeper &Records; - std::map<const Record*, std::vector<Record*> > Mapping; + const RecordKeeper &Records; + std::map<const Record *, std::vector<const Record *>> Mapping; ---------------- AaronBallman wrote:
Not for this PR, but maybe this should use a `MapVector`? https://github.com/llvm/llvm-project/pull/108209 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits