[PATCH] D99934: [clang][Syntax] Handle invalid source range in expandedTokens.
Utkarsh Saxena via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 00:35:43 PDT 2021
usaxena95 added a comment.
Clangd was seen to be crashing on Objective C/C++ files.
It could not be reproduced but inspection of coredump showed that the `expandedTokens` returned arrayref with begin > end (negative length).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99934/new/
https://reviews.llvm.org/D99934
More information about the cfe-commits
mailing list