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