This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Use tokenize instead of raw lexer in SourceCode/lex
ClosedPublic

Authored by kadircet on Feb 27 2020, 6:11 AM.

Diff Detail

Event Timeline

kadircet created this revision.Feb 27 2020, 6:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 27 2020, 6:11 AM
hokein accepted this revision.Feb 27 2020, 7:45 AM
hokein added inline comments.
clang-tools-extra/clangd/SourceCode.cpp
728

why not inline the above if here?

This revision is now accepted and ready to land.Feb 27 2020, 7:45 AM
kadircet updated this revision to Diff 247175.Feb 28 2020, 12:30 AM
kadircet marked an inline comment as done.
  • Address comments
This revision was automatically updated to reflect the committed changes.