This is an archive of the discontinued LLVM Phabricator instance.

[include-cleaner] Bailout on invalid code for the command-line tool
ClosedPublic

Authored by hokein on Jun 19 2023, 5:59 AM.

Details

Summary

The binary tool only works on working source code, if the source code is
not compilable, don't perform any analysis and edits.

Diff Detail

Event Timeline

hokein created this revision.Jun 19 2023, 5:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 5:59 AM
hokein requested review of this revision.Jun 19 2023, 5:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 5:59 AM
kadircet accepted this revision.Jun 19 2023, 7:21 AM
This revision is now accepted and ready to land.Jun 19 2023, 7:21 AM