This is an archive of the discontinued LLVM Phabricator instance.

[clang][ARM][NFC] Clean up signed conversion and undefined macros in builtin header
ClosedPublic

Authored by ddcc on Aug 16 2022, 4:45 PM.

Details

Summary

These warnings were identified while debugging modules with Wsystem-headers.

Diff Detail

Event Timeline

ddcc created this revision.Aug 16 2022, 4:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 4:45 PM
ddcc requested review of this revision.Aug 16 2022, 4:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2022, 4:45 PM
tmatheson added inline comments.Sep 7 2022, 2:40 AM
clang/lib/Headers/arm_acle.h
219

Should the second cast be (uint16_t)__t?

ddcc updated this revision to Diff 458581.Sep 7 2022, 3:21 PM
ddcc marked an inline comment as done.

Fix typo in __revsh

ddcc added a comment.Sep 7 2022, 3:21 PM

Yup, thanks!

tmatheson accepted this revision.Sep 8 2022, 2:34 AM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 8 2022, 2:34 AM
This revision was landed with ongoing or failed builds.Sep 8 2022, 12:48 PM
This revision was automatically updated to reflect the committed changes.