This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix an assertion in TypoCorrection.
ClosedPublic

Authored by ioeric on Feb 8 2019, 4:33 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric created this revision.Feb 8 2019, 4:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2019, 4:34 AM
hokein accepted this revision.Feb 8 2019, 5:10 AM
hokein added inline comments.
clangd/IncludeFixer.cpp
195 ↗(On Diff #185944)

nit: move the Unresolved below the if (!SpecifiedScope && !S).

This revision is now accepted and ready to land.Feb 8 2019, 5:10 AM
This revision was automatically updated to reflect the committed changes.
ioeric marked an inline comment as done.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2019, 5:27 AM