This is an archive of the discontinued LLVM Phabricator instance.

[clang] Adjust coroutine namespace diagnostics]
ClosedPublic

Authored by urnathan on Dec 20 2021, 3:45 AM.

Details

Summary

The diagnostics concerning mixing std::experimental and std are somewhat wordy and have some typographical errors. Diagnostics do not start with a capital letter nor end with a fullstop. Usually we try and link clauses with a semicolon, rather than start a new sentence. So that's what this patch does. Along with avoiding repetition about std::experimental going away.

Diff Detail

Event Timeline

urnathan requested review of this revision.Dec 20 2021, 3:45 AM
urnathan created this revision.
This revision is now accepted and ready to land.Dec 20 2021, 7:55 AM
This revision was landed with ongoing or failed builds.Dec 20 2021, 8:51 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 20 2021, 8:51 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript