This is an archive of the discontinued LLVM Phabricator instance.

[clang][ExtractAPI] Fix appendSpace in DeclarationFragments
ClosedPublic

Authored by zixuw on Apr 6 2022, 2:46 PM.

Details

Summary

There is a bug in DeclarationFragments::appendSpace where the space
character is added to a local copy of the last fragment.

Diff Detail

Event Timeline

zixuw created this revision.Apr 6 2022, 2:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
zixuw requested review of this revision.Apr 6 2022, 2:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2022, 2:46 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Apr 6 2022, 3:33 PM
dang accepted this revision.Apr 7 2022, 2:08 AM

LGTM thanks for spotting this!

This revision was landed with ongoing or failed builds.Apr 7 2022, 9:17 AM
This revision was automatically updated to reflect the committed changes.