This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Avoid a caching issue when running --edit mode on multiple files.
ClosedPublic

Authored by hokein on Jul 13 2023, 6:07 AM.

Details

Summary

Snapshot all analysing files before running the tool, this makes sure
that we analyse all files statelessly and avoid the FileManager caching issue
when running -edit on multiple files.

Diff Detail

Event Timeline

hokein created this revision.Jul 13 2023, 6:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 6:07 AM
hokein requested review of this revision.Jul 13 2023, 6:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 13 2023, 6:07 AM
kadircet accepted this revision.Jul 13 2023, 8:50 AM

thanks!

This revision is now accepted and ready to land.Jul 13 2023, 8:50 AM