Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/lib/Transforms/IPO/Attributor.cpp | ||
|---|---|---|
| 1830 | Can we capitalize i and e - the lines are already changed anyway (change size stays almost the same) | |
| llvm/lib/Transforms/IPO/AttributorAttributes.cpp | ||
| 2513 | I think this can move in the if check | |
| 6277 | 'e' here can be capitalized, it's not used elsewhere than this line either. | |
Comment Actions
LGTM, one nit, sorry I only noticed it now.
| llvm/lib/Transforms/IPO/Attributor.cpp | ||
|---|---|---|
| 1830 | Sorry, just saw it late - and it's super-nitty; can we ++I (while at it)? | |
Can we capitalize i and e - the lines are already changed anyway (change size stays almost the same)