This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Remove OptionError
ClosedPublic

Authored by njames93 on Feb 27 2021, 4:52 AM.

Details

Summary

The interface served a purpose, but since the ability to emit diagnostics when parsing configuration was added, its become mostly redundant. Emitting the diagnostic and removing the boilerplate is much cleaner.

Diff Detail

Event Timeline

njames93 created this revision.Feb 27 2021, 4:52 AM
njames93 requested review of this revision.Feb 27 2021, 4:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2021, 4:52 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Mar 1 2021, 6:56 AM

LGTM, nice cleanup!

This revision is now accepted and ready to land.Mar 1 2021, 6:56 AM
This revision was landed with ongoing or failed builds.Mar 1 2021, 9:55 AM
This revision was automatically updated to reflect the committed changes.