gribozavr2 added inline comments.
Comment at: clang-tools-extra/clangd/SemanticSelection.cpp:51
+syntax::Leaf *leafContaining(const syntax::Token *Tok, syntax::Tree *Root,
+ syntax::Arena &A, const SourceManager &SM) {
+ if (!Tok)
It
kadircet created this revision.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous.
Herald added a project: clang.
kadircet requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
This patch is not intended for production, it is merely an experiment
to