This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Fix compilation with gcc 5.4
AbandonedPublic

Authored by dfukalov on Dec 6 2019, 8:35 AM.

Details

Reviewers
clayborg
Summary

variable name intersected with type name

Event Timeline

dfukalov created this revision.Dec 6 2019, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2019, 8:35 AM
Herald added a subscriber: hiraditya. · View Herald Transcript

Why ping?

Current trunk:

const uint32_t IT = Data.getU32(&Offset);
const uint32_t InfoLength = Data.getU32(&Offset);

So somebody fixed it already..

dfukalov abandoned this revision.Dec 10 2019, 3:58 AM