summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-15 16:24:50 +0000
committerAlp Toker <alp@nuanti.com>2014-04-15 16:24:50 +0000
commit48c7e17a24063eda5ef0e92b640c06fc1a553eb8 (patch)
treef2245b28d703ec4ed0f183cba8450fc69166926c /clang/lib/Sema/SemaDecl.cpp
parent0afad5e8bc02d143994ba35809ae14028a43c573 (diff)
downloadbcm5719-llvm-48c7e17a24063eda5ef0e92b640c06fc1a553eb8.tar.gz
bcm5719-llvm-48c7e17a24063eda5ef0e92b640c06fc1a553eb8.zip
Fix a comment to match the implementation
llvm-svn: 206298
Diffstat (limited to 'clang/lib/Sema/SemaDecl.cpp')
-rw-r--r--clang/lib/Sema/SemaDecl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index cea1c26cf82..79794b1f9f0 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -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)) {
OpenPOWER on IntegriCloud