this is a warning now, return a well formed ast.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69731 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp
index b6f1afb..33fefe5 100644
--- a/lib/Sema/SemaExpr.cpp
+++ b/lib/Sema/SemaExpr.cpp
@@ -1237,7 +1237,7 @@
     if (LangOpts.ObjCNonFragileABI) {
       Diag(OpLoc, diag::err_sizeof_nonfragile_interface)
         << IIT->getDecl()->getDeclName() << isSizeof;
-      return true;
+      //return false;
     }
   }