This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix a crash in expected types
ClosedPublic

Authored by ilya-biryukov on Nov 20 2019, 1:43 AM.

Diff Detail

Event Timeline

ilya-biryukov created this revision.Nov 20 2019, 1:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 20 2019, 1:43 AM

Build result: pass - 60077 tests passed, 0 failed and 729 were skipped.
Log files: console-log.txt, CMakeCache.txt

This revision is now accepted and ready to land.Nov 20 2019, 5:45 AM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Nov 20 2019, 11:16 AM

This broke clangd tests on Windows: http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/12324

We now have clangd tests running on main llvm bots (namely, on http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/). Do they not send mail?

Reverted for now in 6de45772e0