OSDN Git Service

[clang][CodeComplete] Ensure there are no crashes when completing with ParenListExprs...
authorKadir Cetinkaya <kadircet@google.com>
Thu, 18 Feb 2021 12:48:43 +0000 (13:48 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Tue, 23 Feb 2021 10:13:07 +0000 (11:13 +0100)
commit7fc6c60608e416e7f8f5c194768c6dd511449c1b
tree3e12d3351a8b8a59fd7b111aaa19b26198efc328
parent99df95fd910becbcf89dd6f17f1e259353a72d27
[clang][CodeComplete] Ensure there are no crashes when completing with ParenListExprs as LHS

Differential Revision: https://reviews.llvm.org/D96950
clang/lib/Sema/SemaCodeComplete.cpp