[all-commits] [llvm/llvm-project] f7c8ac: [CodeComplete] Fix a crash in preferred type and s...
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Wed Dec 11 00:45:51 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f7c8ace4a52acecff7cd6ab61cbeaf677da1dd86
https://github.com/llvm/llvm-project/commit/f7c8ace4a52acecff7cd6ab61cbeaf677da1dd86
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2019-12-11 (Wed, 11 Dec 2019)
Changed paths:
M clang/lib/Parse/ParseExprCXX.cpp
M clang/unittests/Sema/CodeCompleteTest.cpp
Log Message:
-----------
[CodeComplete] Fix a crash in preferred type and signature help
Summary: Null type pointers could be dereferenced in some cases.
Reviewers: kadircet, sammccall
Reviewed By: sammccall
Subscribers: cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D71329
More information about the All-commits
mailing list