зеркало из https://github.com/microsoft/clang-1.git
fix PR3048. I'm going to do some more work before closing it off and
adding a testcase. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59156 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
af3374187c
Коммит
3ab5543acf
|
@ -2536,6 +2536,7 @@ Sema::DeclTy *Sema::ActOnField(Scope *S,
|
|||
} else {
|
||||
// FIXME: This diagnostic needs work
|
||||
Diag(Loc, diag::err_typecheck_illegal_vla, Loc);
|
||||
T = Context.IntTy;
|
||||
InvalidDecl = true;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче