This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Get rid of lexer usage in locateMacroAt
ClosedPublic

Authored by kadircet on Feb 28 2020, 12:26 AM.

Diff Detail

Event Timeline

kadircet created this revision.Feb 28 2020, 12:26 AM
kadircet updated this revision to Diff 247213.Feb 28 2020, 3:44 AM
  • Update forgotten call site
hokein accepted this revision.Feb 28 2020, 5:41 AM
hokein added inline comments.
clang-tools-extra/clangd/SourceCode.h
284–285

nit: update the comment.

285–287

nit: would be clearer to name it SpelledTok.

This revision is now accepted and ready to land.Feb 28 2020, 5:41 AM
kadircet updated this revision to Diff 247439.Feb 29 2020, 4:52 AM
kadircet marked 2 inline comments as done.
  • Address comments
This revision was automatically updated to reflect the committed changes.