[all-commits] [llvm/llvm-project] 1994e1: [clangd] Avoid null result in FindRecordTypeAt()
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Fri Aug 25 08:50:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1994e1173b64b61c07f8acf107f29c2c015575b4
https://github.com/llvm/llvm-project/commit/1994e1173b64b61c07f8acf107f29c2c015575b4
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2023-08-25 (Fri, 25 Aug 2023)
Changed paths:
M clang-tools-extra/clangd/XRefs.cpp
M clang-tools-extra/clangd/unittests/TypeHierarchyTests.cpp
Log Message:
-----------
[clangd] Avoid null result in FindRecordTypeAt()
Fixes https://github.com/clangd/clangd/issues/1743
Differential Revision: https://reviews.llvm.org/D158851
More information about the All-commits
mailing list