This is an archive of the discontinued LLVM Phabricator instance.

[Clang] fix -Wvoid-ptr-dereference for gnu89
ClosedPublic

Authored by nickdesaulniers on Oct 3 2022, 10:47 AM.

Details

Summary

Follow up to D134702; it looks like we were still warning for gnu89
mode.

Link: https://reviews.llvm.org/D134702
Link: https://github.com/ClangBuiltLinux/linux/issues/1720#issuecomment-1265738778
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 10:47 AM
nickdesaulniers requested review of this revision.Oct 3 2022, 10:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2022, 10:47 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Oct 4 2022, 6:38 AM
This revision was automatically updated to reflect the committed changes.