Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Common/Reproduce.cpp | ||
---|---|---|
58 ↗ | (On Diff #125468) | Did you have to change * to &? |
Common/Reproduce.cpp | ||
---|---|---|
58 ↗ | (On Diff #125468) | Its not necessary, but its consistent with the rest of the code here and in llvm (although they use operator<< on streams there it seems). Its also a nice hint the reader that this function doesn't accept null isn't it? If you like I can revert this part. |