kadircet marked 4 inline comments as done. kadircet added inline comments.
================ Comment at: clang-tools-extra/clangd/XRefs.cpp:610 + auto FileRange = + syntax::FileRange(SM, FileTok->location(), Inc.Written.length()) + .toCharRange(SM); ---------------- sammccall wrote: > is this just FileTok.range(SM)? unfortunately it is not. as raw lexing doesn't parse angled filename tokens(it will just point to the `lessthan` token). Adding a comment. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79315/new/ https://reviews.llvm.org/D79315 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits