Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Could the check be hoisted to the top of the loop? could that possibly catch more cases?
Comment Actions
To understand this is really a tough one. Took me some minutes too, to see why the return is needed.