[all-commits] [llvm/llvm-project] 99df95: [clang][CodeComplete] Fix crash on ParenListExprs
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Tue Feb 23 11:11:33 PST 2021
Branch: refs/heads/release/12.x
Home: https://github.com/llvm/llvm-project
Commit: 99df95fd910becbcf89dd6f17f1e259353a72d27
https://github.com/llvm/llvm-project/commit/99df95fd910becbcf89dd6f17f1e259353a72d27
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-02-23 (Tue, 23 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
Commit: 7fc6c60608e416e7f8f5c194768c6dd511449c1b
https://github.com/llvm/llvm-project/commit/7fc6c60608e416e7f8f5c194768c6dd511449c1b
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M clang/lib/Sema/SemaCodeComplete.cpp
Log Message:
-----------
[clang][CodeComplete] Ensure there are no crashes when completing with ParenListExprs as LHS
Differential Revision: https://reviews.llvm.org/D96950
Compare: https://github.com/llvm/llvm-project/compare/a92ceea91116...7fc6c60608e4
More information about the All-commits
mailing list