Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12738 Build 12738: arc lint + arc unit
Event Timeline
Common/Reproduce.cpp | ||
---|---|---|
58–60 | Did you have to change * to &? |
Common/Reproduce.cpp | ||
---|---|---|
58–60 | 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. |
Did you have to change * to &?