This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix AddUsing in the face of typo-correction
ClosedPublic

Authored by kadircet on Mar 20 2023, 4:47 AM.

Diff Detail

Event Timeline

kadircet created this revision.Mar 20 2023, 4:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 4:47 AM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Mar 20 2023, 4:47 AM
hokein accepted this revision.Mar 20 2023, 6:29 AM

Thanks!

This revision is now accepted and ready to land.Mar 20 2023, 6:29 AM
This revision was landed with ongoing or failed builds.Mar 20 2023, 6:31 AM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Mar 20 2023, 10:16 AM

This breaks tests on windows: http://45.33.8.238/win/76177/step_9.txt

Please take a look and revert for now if it takes a while to fix.

kadircet reopened this revision.Mar 20 2023, 2:20 PM
This revision is now accepted and ready to land.Mar 20 2023, 2:20 PM
kadircet updated this revision to Diff 506723.Mar 20 2023, 2:20 PM

Disable msvc compatibility to enable typo-correction on windows.