That patch is extracted from https://reviews.llvm.org/D74308.
Currently there are two patterns to name error handling functions:
using "Callback" and "Handler". This patch uses "Handler" for all
usage places.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo