Every call to the protected SBAddress constructor takes the address of a valid object which means we might as well pass it as a const reference instead of a pointer and drop the null check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
the Address( part is redundant.