This is an archive of the discontinued LLVM Phabricator instance.

[clang-doc] Add flag to continue after mapping errors
ClosedPublic

Authored by DiegoAstiazaran on Aug 1 2019, 6:28 PM.

Details

Summary

The tool used to stop execution if there was an error in the mapping phase. It will now show the error but continue with the files that were mapped correctly if the flag is true.

Diff Detail

Repository
rL LLVM

Event Timeline

DiegoAstiazaran created this revision.Aug 1 2019, 6:28 PM

What's the use case for this and how do we handle return codes when an error occurs but we continue on?

DiegoAstiazaran retitled this revision from [clang-doc] Continue after mapping error to [clang-doc] Add flag to continue after mapping errors.
DiegoAstiazaran edited the summary of this revision. (Show Details)

A flag has been added to decide if the tool should continue after an error occurs in the mapping phase.

jakehehrlich accepted this revision.Aug 2 2019, 2:34 PM
This revision is now accepted and ready to land.Aug 2 2019, 2:34 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2019, 3:02 PM