[all-commits] [llvm/llvm-project] f74318: [clang][CodeComplete] Fix crash on ParenListExprs
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Mon Feb 8 04:20:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f74318491134356a19ba2d9673f89c8b74ff3692
https://github.com/llvm/llvm-project/commit/f74318491134356a19ba2d9673f89c8b74ff3692
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
M clang/test/CodeCompletion/function-overloads.cpp
M clang/test/CodeCompletion/member-access.c
M clang/unittests/Sema/CodeCompleteTest.cpp
Log Message:
-----------
[clang][CodeComplete] Fix crash on ParenListExprs
Fixes https://github.com/clangd/clangd/issues/676.
Differential Revision: https://reviews.llvm.org/D95935
More information about the All-commits
mailing list