Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LG, but the description is a bit off. Most of the changes here are for using const, not really about using references.
Comment Actions
Should I say "const reference"? The motivation is really reference, then the "const" came up on the iterator aspect just to enable the change.
I think the "const" thing is only in Operator.h/.cpp right? I can also pre-commit this as NFC
Comment Actions
I see const sprinkled throughout the commit on existing references, e.g OpInterfacesGen.cpp:381.
I don't have a huge preference on how the description is spelled (could be two sentences). Just stuck out when I read the commit say "passed by value" and saw references already on most.