This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Another improvement for std include mapping.
ClosedPublic

Authored by hokein on May 29 2019, 3:01 AM.

Details

Summary

Improve the way of checking a symbol name is in the first cell. The previous way
is not very robost for cases where a cell lists multiple symbols (e.g. int8_t).

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.May 29 2019, 3:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 3:01 AM
sammccall accepted this revision.May 29 2019, 3:32 AM
This revision is now accepted and ready to land.May 29 2019, 3:32 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 5:02 AM