llvm-project
a1934ee5 - [NFC][SpecialCaseList] Replace callback with return value (#165943)

Commit
5 hours ago
[NFC][SpecialCaseList] Replace callback with return value (#165943) This commit introduces `SpecialCaseList::Match`, a small struct to hold the matched rule and its line number. This simplifies the `match` methods by allowing them to return a single value instead of using a callback. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Author
Parents
Loading