This is an archive of the discontinued LLVM Phabricator instance.

[clang] splits diagnostic message into summary and reason
AbandonedPublic

Authored by cjdb on Dec 15 2022, 10:52 AM.

Details

Reviewers
dblaikie
erichkeane
Group Reviewers
Restricted Project
Summary

Structured diagnostics enable us to have diagnostics that contain a headline
description and a detailed description. DiagReason represents the latter,
although some subengines might combine the two into a single message.

Diff Detail

Event Timeline

cjdb created this revision.Dec 15 2022, 10:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 15 2022, 10:52 AM
cjdb requested review of this revision.Dec 15 2022, 10:52 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptDec 15 2022, 10:52 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
cjdb abandoned this revision.Apr 20 2023, 3:14 PM

Abandoning since we're going down a different design path now.