commit | 48c7e17a24063eda5ef0e92b640c06fc1a553eb8 | [log] [tgz] |
---|---|---|
author | Alp Toker <alp@nuanti.com> | Tue Apr 15 16:24:50 2014 +0000 |
committer | Alp Toker <alp@nuanti.com> | Tue Apr 15 16:24:50 2014 +0000 |
tree | f2245b28d703ec4ed0f183cba8450fc69166926c | |
parent | 0afad5e8bc02d143994ba35809ae14028a43c573 [diff] [blame] |
Fix a comment to match the implementation llvm-svn: 206298
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp index cea1c26..79794b1 100644 --- a/clang/lib/Sema/SemaDecl.cpp +++ b/clang/lib/Sema/SemaDecl.cpp
@@ -8623,7 +8623,7 @@ return; } - // Require an abstract type. + // Require a non-abstract type. if (RequireNonAbstractType(VD->getLocation(), Ty, diag::err_abstract_type_in_decl, AbstractVariableType)) {