This is an archive of the discontinued LLVM Phabricator instance.

[clang][DeclPrinter] Fix printing for noexcept expressions
ClosedPublic

Authored by kadircet on Jan 26 2022, 6:30 AM.

Details

Summary

We are already building into the final result, no need to append it
again.

Fixes https://github.com/clangd/vscode-clangd/issues/290.

Diff Detail

Event Timeline

kadircet created this revision.Jan 26 2022, 6:30 AM
kadircet requested review of this revision.Jan 26 2022, 6:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 26 2022, 6:30 AM
kbobyrev accepted this revision.Jan 26 2022, 6:46 AM

LG, thanks!

This revision is now accepted and ready to land.Jan 26 2022, 6:46 AM
This revision was landed with ongoing or failed builds.Jan 26 2022, 7:04 AM
This revision was automatically updated to reflect the committed changes.