This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE358413: [clangd] Fallback to OrigD when SLoc is invalid
(authored by kadircet, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D60689?vs=195140&id=195179#toc
Repository:
rCTE Clan
kadircet created this revision.
kadircet added a reviewer: sammccall.
kadircet added a project: clang.
Some implicit/built-in decls lack the source location
information. Fallback to OrigD that we've seen in the source code
instead of the canonical one in those cases.
Repository:
rG LLVM Github