summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Sema/SemaExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp
index b6f1afbe41a..33fefe53bc0 100644
--- a/clang/lib/Sema/SemaExpr.cpp
+++ b/clang/lib/Sema/SemaExpr.cpp
@@ -1237,7 +1237,7 @@ bool Sema::CheckSizeOfAlignOfOperand(QualType exprType,
if (LangOpts.ObjCNonFragileABI) {
Diag(OpLoc, diag::err_sizeof_nonfragile_interface)
<< IIT->getDecl()->getDeclName() << isSizeof;
- return true;
+ //return false;
}
}
OpenPOWER on IntegriCloud