This revision was automatically updated to reflect the committed changes.
Closed by commit rG98bb094c1e05: [clangd] Use tokenize instead of raw lexer in
SourceCode/lex (authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75249/new/
kadircet updated this revision to Diff 247175.
kadircet marked an inline comment as done.
kadircet added a comment.
- Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75249/new/
https://reviews.llvm.org/D75249
Files:
clang-tools-ex
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/SourceCode.cpp:728
+ case Default:
+llvm_unreachable("Using and Default handled above.");
+ }
-
kadircet created this revision.
kadircet added reviewers: hokein, sammccall.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay,
ilya-biryukov.
Herald added a project: clang.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75249
Files:
clang-tools-ext