This is an archive of the discontinued LLVM Phabricator instance.

Fix a few pedantic warnings.
ClosedPublic

Authored by marsupial on Apr 27 2017, 11:45 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

marsupial created this revision.Apr 27 2017, 11:45 AM
hans accepted this revision.Apr 27 2017, 1:32 PM
hans added subscribers: llvm-commits, hans.

Please always cc the mailing list.

lgtm with comment

unittests/Support/DynamicLibrary/DynamicLibraryTest.cpp
26 ↗(On Diff #96961)

The intptr_t construction looks a little odd to me like that.

I think (void*)(intptr_t)TestA would be nicer.

This revision is now accepted and ready to land.Apr 27 2017, 1:32 PM
This revision was automatically updated to reflect the committed changes.