[all-commits] [llvm/llvm-project] 7d1ee6: [clangd] Fix a crash for accessing a null template...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Apr 22 12:00:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7d1ee639cb9efea364bec90afe4d1161ec624a7f
https://github.com/llvm/llvm-project/commit/7d1ee639cb9efea364bec90afe4d1161ec624a7f
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Log Message:
-----------
[clangd] Fix a crash for accessing a null template decl returned by findExplicitReferences.
Summary: Fixes https://github.com/clangd/clangd/issues/347.
Reviewers: kadircet
Subscribers: ilya-biryukov, MaskRay, jkorous, arphaman, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D78626
More information about the All-commits
mailing list