Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 5948 Build 5948: arc lint + arc unit
Event Timeline
Comment Actions
Please always cc the mailing list.
lgtm with comment
unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp | ||
---|---|---|
26 | The intptr_t construction looks a little odd to me like that. I think (void*)(intptr_t)TestA would be nicer. |
The intptr_t construction looks a little odd to me like that.
I think (void*)(intptr_t)TestA would be nicer.