================ @@ -2909,18 +2909,16 @@ static int getPriorityFromAttrString(StringRef AttrStr) { AttrStr.split(Attrs, ';'); ---------------- topperc wrote: Should the function return `unsigned` instead of `int` now? https://github.com/llvm/llvm-project/pull/112161