[all-commits] [llvm/llvm-project] ef107a: [Sema] avoid merge error type
Congcong Cai via All-commits
all-commits at lists.llvm.org
Sat May 20 02:19:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef107afd48a920e74167874a55e2afb6decb52c7
https://github.com/llvm/llvm-project/commit/ef107afd48a920e74167874a55e2afb6decb52c7
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2023-05-20 (Sat, 20 May 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaDecl.cpp
M clang/test/Sema/merge-decls.c
Log Message:
-----------
[Sema] avoid merge error type
fixed: https://github.com/llvm/llvm-project/issues/62447
C don't support `DependentSizedArrayType`, use `ConstantArrayType` with nullptr as `SizeExpr`
Reviewed By: erichkeane, hokein
Differential Revision: https://reviews.llvm.org/D149612
More information about the All-commits
mailing list