================ @@ -68,7 +69,8 @@ getCategoryFromDiagGroup(const Record *Group, // The diag group may the subgroup of one or more other diagnostic groups, // check these for a category as well. - const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); + const std::vector<const Record *> &Parents = ---------------- AaronBallman wrote:
Should we change this to use an `ArrayRef`? (Same for the `getParents()` API?) 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