This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] fix buildbot hicpp-signed-bitwise
ClosedPublic

Authored by JonasToth on Aug 30 2017, 9:25 AM.

Details

Summary

using signed char instead of plain char, as suggested by alex.

Sorry for breaking and not dealing with this issue. I did not notice it and since these
are my first commits, I am not used to the general workflow.
I hope this fixes the issue and can be commited fast.

Event Timeline

JonasToth created this revision.Aug 30 2017, 9:25 AM
aaron.ballman accepted this revision.Aug 30 2017, 9:28 AM

LGTM! FYI: you don't need a review to fix broken build bots unless the commit is something that's really not trivial.

This revision is now accepted and ready to land.Aug 30 2017, 9:28 AM
JonasToth closed this revision.Aug 30 2017, 9:32 AM