This is an archive of the discontinued LLVM Phabricator instance.

clang/Basic: ContentCache::InvalidFlag => ContentCache::IsBufferInvalid, NFC
ClosedPublic

Authored by dexonsmith on Oct 14 2020, 3:25 PM.

Details

Summary

Move a flag out of the MemoryBuffer* to unblock changing it to a
unique_ptr. There are plenty of bits available in the bitfield below.

Diff Detail

Event Timeline

dexonsmith created this revision.Oct 14 2020, 3:25 PM

Add missing constructor initializations for the new bitfield member...

arphaman accepted this revision.Oct 19 2020, 9:46 PM
This revision is now accepted and ready to land.Oct 19 2020, 9:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 20 2020, 4:28 PM