forked from OSchip/llvm-project
Fix a comment to match the implementation
llvm-svn: 206298
This commit is contained in:
parent
0afad5e8bc
commit
48c7e17a24
|
@ -8623,7 +8623,7 @@ void Sema::ActOnInitializerError(Decl *D) {
|
|||
return;
|
||||
}
|
||||
|
||||
// Require an abstract type.
|
||||
// Require a non-abstract type.
|
||||
if (RequireNonAbstractType(VD->getLocation(), Ty,
|
||||
diag::err_abstract_type_in_decl,
|
||||
AbstractVariableType)) {
|
||||
|
|
Loading…
Reference in New Issue