[all-commits] [llvm/llvm-project] 3ad018: [clangd] Fix null check after D82739.
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Jul 21 03:16:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ad0181169dc8efcdec7166a76a4624d73bdad48
https://github.com/llvm/llvm-project/commit/3ad0181169dc8efcdec7166a76a4624d73bdad48
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
Log Message:
-----------
[clangd] Fix null check after D82739.
I hit the null-deference crash when opening ASTReaderDecl.cpp.
The BaseType can be a nullptr,
More information about the All-commits
mailing list